fix(client): デッキUI時に ページで表示 ボタンが機能しない問題を修正

Fix #9010
This commit is contained in:
syuilo
2022-07-17 05:12:22 +09:00
parent a974ab00d7
commit 77d4d6e377
4 changed files with 13 additions and 5 deletions

View File

@ -122,7 +122,7 @@ function close() {
}
function expand() {
mainRouter.push(router.getCurrentPath());
mainRouter.push(router.getCurrentPath(), 'forcePage');
windowEl.close();
}