mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 17:34:06 +01:00
🚨
This commit is contained in:
parent
487ded0a06
commit
c89e2a6c39
6 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ import {setEditMode} from "../util/setEditMode";
|
|||
import {RecordMedia} from "../util/RecordMedia";
|
||||
import {hideMessage, showMessage} from "../../dialog/message";
|
||||
import {uploadFiles} from "../upload";
|
||||
import {hasClosestBlock, hasClosestByAttribute, hasTopClosestByClassName} from "../util/hasClosest";
|
||||
import {hasClosestBlock, hasTopClosestByClassName} from "../util/hasClosest";
|
||||
import {needSubscribe} from "../../util/needSubscribe";
|
||||
import {isMobile} from "../../util/functions";
|
||||
import {zoomOut} from "../../menus/protyle";
|
||||
|
|
|
|||
|
|
@ -586,7 +586,7 @@ export class Background {
|
|||
});
|
||||
}
|
||||
});
|
||||
const itemsElement = menu.element.querySelector(".b3-menu__items")
|
||||
const itemsElement = menu.element.querySelector(".b3-menu__items");
|
||||
itemsElement.setAttribute("style", "overflow: initial");
|
||||
/// #if MOBILE
|
||||
menu.fullscreen();
|
||||
|
|
|
|||
|
|
@ -1719,7 +1719,7 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
if (item.element.contains(nodeElement)) {
|
||||
return true;
|
||||
}
|
||||
})
|
||||
});
|
||||
const id = nodeElement.getAttribute("data-node-id");
|
||||
checkFold(id, (zoomIn, action) => {
|
||||
openFileById({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue