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

Function render

static/wangEditor/js/wangEditor.js:6792–6802  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6790 // 渲染事件
6791 var isRender = false;
6792 function render() {
6793 if (isRender) {
6794 return;
6795 }
6796 isRender = true;
6797
6798 $progress.css({
6799 top: menuHeight + 'px'
6800 });
6801 $editorContainer.append($progress);
6802 }
6803
6804 // ------ 显示进度 ------
6805 editor.showUploadProgress = function (progress) {

Callers 4

wangEditor.jsFile · 0.70
showFunction · 0.70
mammoth.browser.jsFile · 0.50

Calls 3

bindEventFunction · 0.85
bindToolbarEventFunction · 0.85
bindDragEventFunction · 0.85

Tested by

no test coverage detected