From 43398618f35eb084ed4eb4000bd2e082196cbf71 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 27 五月 2022 16:12:37 +0800 Subject: [PATCH] 错误信息收集&注释btnlog --- src/menu/stylecontroller/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/stylecontroller/index.jsx b/src/menu/stylecontroller/index.jsx index 4c50043..7ae3ffc 100644 --- a/src/menu/stylecontroller/index.jsx +++ b/src/menu/stylecontroller/index.jsx @@ -87,6 +87,7 @@ borposition: 'outer', backgroundImage }) + window.GLOB.styling = true } onCloseDrawer = () => { @@ -126,6 +127,7 @@ options: [], backgroundImage: '' }) + window.GLOB.styling = false } updateStyle = (style) => { -- Gitblit v1.8.0