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

Function hidePanel

static/wangEditor/js/wangEditor.js:5351–5353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5349 // 为了兼容IE8、9的上传,因为IE8、9使用 modal 上传
5350 // 这里使用异步,为了不妨碍高级浏览器通过点击 $uploadContent 选择文件
5351 function hidePanel() {
5352 menu.dropPanel.hide();
5353 }
5354 $uploadContent.click(function () {
5355 setTimeout(hidePanel);
5356 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected