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