forked from DebaucheryLibrarian/traxxx
Changed album close behavior so album can be closed when visiting URL directly.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
:title="tag.name"
|
||||
:local="true"
|
||||
class="portrait"
|
||||
@close="$router.go(-1)"
|
||||
@close="$router.replace({ hash: undefined })"
|
||||
/>
|
||||
|
||||
<FilterBar
|
||||
|
||||
Reference in New Issue
Block a user