From 32973f90869ff466401759c23681fc06fa65c71a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 六月 2025 23:06:50 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/popview/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/popview/index.jsx b/src/tabviews/custom/popview/index.jsx index 57a2d3f..f0139d1 100644 --- a/src/tabviews/custom/popview/index.jsx +++ b/src/tabviews/custom/popview/index.jsx @@ -905,7 +905,7 @@ } else if (component.wrap && component.wrap.datatype === 'static') { component.format = '' component.setting = component.setting || {} - component.setting.useMSearch = false + component.setting.useMSearch = component.wrap.useMSearch === 'true' component.setting.sync = 'false' return component -- Gitblit v1.8.0