mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🚨
This commit is contained in:
parent
119f78a952
commit
49036b5438
3 changed files with 3 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ import {confirmDialog} from "./confirmDialog";
|
|||
import {escapeHtml} from "../util/escape";
|
||||
import {getWorkspaceName} from "../util/noRelyPCFunction";
|
||||
import {needSubscribe} from "../util/needSubscribe";
|
||||
import {redirectToCheckAuth, setNoteBook} from "../util/pathName";
|
||||
import {setNoteBook} from "../util/pathName";
|
||||
import {reloadProtyle} from "../protyle/util/reload";
|
||||
import {Tab} from "../layout/Tab";
|
||||
import {setEmpty} from "../mobile/util/setEmpty";
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ class App {
|
|||
window.siyuan.shiftIsPressed = false;
|
||||
window.siyuan.altIsPressed = false;
|
||||
});
|
||||
window.addEventListener("blur", (event) => {
|
||||
window.addEventListener("blur", () => {
|
||||
setWebViewFocusable();
|
||||
});
|
||||
// 移动端删除键 https://github.com/siyuan-note/siyuan/issues/9259
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import {exportLayout, getInstanceById} from "../layout/util";
|
||||
import {getInstanceById} from "../layout/util";
|
||||
import {Tab} from "../layout/Tab";
|
||||
import {fetchPost} from "../util/fetch";
|
||||
import {redirectToCheckAuth} from "../util/pathName";
|
||||
import {isWindow} from "../util/functions";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue