mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
2
typecho/write/dist/index.bundle.js
vendored
2
typecho/write/dist/index.bundle.js
vendored
File diff suppressed because one or more lines are too long
@@ -73,7 +73,7 @@ class Joe extends JoeAction {
|
||||
if (_temp !== update.state.doc.toString()) {
|
||||
_temp = update.state.doc.toString();
|
||||
clearTimeout(_debounce);
|
||||
_debounce = setTimeout(createPreviewHtml.bind(null, update.state.doc.toString()), 200);
|
||||
_debounce = setTimeout(createPreviewHtml.bind(null, update.state.doc.toString()), 350);
|
||||
}
|
||||
}),
|
||||
EditorView.domEventHandlers({
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
"rollup": "^2.52.0",
|
||||
"rollup": "^2.52.1",
|
||||
"rollup-plugin-terser": "^7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user