From 252ab3d8529b57a5b10bb2f2740dce332ea124c8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 24 Jun 2022 00:47:55 +0900 Subject: [PATCH] fix onBeforeRouteLeave fixes https://github.com/misskey-dev/misskey/issues/8861 --- packages/client/src/pages/theme-editor.vue | 138 +++++++++--------- .../client/src/scripts/use-leave-guard.ts | 2 + 2 files changed, 72 insertions(+), 68 deletions(-) diff --git a/packages/client/src/pages/theme-editor.vue b/packages/client/src/pages/theme-editor.vue index 38f3b90a6..352554353 100644 --- a/packages/client/src/pages/theme-editor.vue +++ b/packages/client/src/pages/theme-editor.vue @@ -1,68 +1,70 @@ -