src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2361,7 +2361,14 @@ } else if (/\$focus/.test(btn.syncComponentId)) { MKEmitter.emit('reloadData', btn.syncComponentId.split('$')[0], btn.syncComponentId.split('$')[1]) } else { MKEmitter.emit('reloadData', btn.syncComponentId) if (btn.syncDelay) { this.delayTimer && clearTimeout(this.delayTimer) this.delayTimer = setTimeout(() => { MKEmitter.emit('reloadData', btn.syncComponentId) }, btn.syncDelay) } else { MKEmitter.emit('reloadData', btn.syncComponentId) } } }