We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165b418 commit ff87cf1Copy full SHA for ff87cf1
src/utils/editor/handleInstanceView.js
@@ -57,8 +57,6 @@ class IframeHandler {
57
iDoc.close()
58
return new Promise((resolve) => {
59
this.iframe.onload = () => {
60
- // 执行用户在写的onload回调函数
61
- iWin.onload?.()
62
if (isMD) {
63
this.renderMathFormula()
64
this.renderFlowchart()
0 commit comments