From b4cf4f95870b092b53770b833c6796f048e309e9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 十月 2024 16:02:42 +0800 Subject: [PATCH] 2024-10-18 --- src/tabviews/custom/components/code/sand-box/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/code/sand-box/index.jsx b/src/tabviews/custom/components/code/sand-box/index.jsx index c460bcc..7ef92b2 100644 --- a/src/tabviews/custom/components/code/sand-box/index.jsx +++ b/src/tabviews/custom/components/code/sand-box/index.jsx @@ -44,6 +44,10 @@ if (_config.wrap.datatype !== 'static') { _config.setting.onload = _config.setting.sync === 'true' ? 'false' : 'true' + if (_config.setting.supModule && !BID) { + _config.setting.onload = 'false' + } + if (_config.setting.sync === 'true' && window.GLOB.SyncData.has(_config.dataName)) { _data = window.GLOB.SyncData.get(_config.dataName) || [] -- Gitblit v1.8.0