mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 18:32:28 +08:00
This commit is contained in:
parent
36c923e650
commit
81bddbfcad
@ -13,6 +13,7 @@ import {showMessage} from "../../dialog/message";
|
|||||||
import {getCurrentEditor} from "../editor";
|
import {getCurrentEditor} from "../editor";
|
||||||
import {avRender} from "../../protyle/render/av/render";
|
import {avRender} from "../../protyle/render/av/render";
|
||||||
import {setTitle} from "../../dialog/processSystem";
|
import {setTitle} from "../../dialog/processSystem";
|
||||||
|
import {activeBlur} from "./keyboardToolbar";
|
||||||
|
|
||||||
const forwardStack: IBackStack[] = [];
|
const forwardStack: IBackStack[] = [];
|
||||||
|
|
||||||
@ -129,6 +130,7 @@ export const pushBack = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const goBack = () => {
|
export const goBack = () => {
|
||||||
|
activeBlur();
|
||||||
const editor = getCurrentEditor();
|
const editor = getCurrentEditor();
|
||||||
if (window.siyuan.menus.menu.element.classList.contains("b3-menu--fullscreen") &&
|
if (window.siyuan.menus.menu.element.classList.contains("b3-menu--fullscreen") &&
|
||||||
!window.siyuan.menus.menu.element.classList.contains("fn__none")) {
|
!window.siyuan.menus.menu.element.classList.contains("fn__none")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user