()
| 666 | |
| 667 | // 隐藏 dropPanel dropList modal 设置 200ms 间隔 |
| 668 | function hidePanelAndModal() { |
| 669 | editor.hideDropPanelAndModal(); |
| 670 | } |
| 671 | setTimeout(hidePanelAndModal, 200); |
| 672 | |
| 673 | if (e) { |
nothing calls this directly
no outgoing calls
no test coverage detected