From 2ab7f4ef54ece0ac8c0a98ffe0222fc5f6c835c8 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 21 八月 2024 10:41:05 +0800 Subject: [PATCH] 调整 --- js/control.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/js/control.js b/js/control.js index a0c6421..1a54350 100644 --- a/js/control.js +++ b/js/control.js @@ -413,6 +413,10 @@ } } } + + if (item.option && item.option.closecallback) { + item.option.closecallback(); + } }, removeItemLeft: function(item) { -- Gitblit v1.8.0