mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-11 19:28:50 +01:00
🚨
This commit is contained in:
parent
2a214fe50e
commit
e8ade79630
7 changed files with 12 additions and 16 deletions
|
|
@ -3,7 +3,6 @@ import {closePanel} from "./closePanel";
|
|||
import {openMobileFileById} from "../editor";
|
||||
import {validateName} from "../../editor/rename";
|
||||
import {getEventName} from "../../protyle/util/compatibility";
|
||||
import {mountHelp} from "../../util/mount";
|
||||
import {fetchPost} from "../../util/fetch";
|
||||
import {setInlineStyle} from "../../util/assets";
|
||||
import {renderSnippet} from "../../config/util/snippets";
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ export const initKeyboardToolbar = () => {
|
|||
preventRender = true;
|
||||
setTimeout(() => {
|
||||
preventRender = false;
|
||||
}, 1000)
|
||||
}, 1000);
|
||||
return;
|
||||
} else if (type === "goinline") {
|
||||
const dynamicElements = document.querySelectorAll("#keyboardToolbar .keyboard__dynamic");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue