MCPcopy Create free account
hub / github.com/TruthHun/BookStack / hidePanelAndModal

Function hidePanelAndModal

static/wangEditor/js/wangEditor.js:668–670  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

666
667 // 隐藏 dropPanel dropList modal 设置 200ms 间隔
668 function hidePanelAndModal() {
669 editor.hideDropPanelAndModal();
670 }
671 setTimeout(hidePanelAndModal, 200);
672
673 if (e) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected