mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
♻️
This commit is contained in:
parent
fd0893d8d8
commit
6806392b41
57 changed files with 271 additions and 360 deletions
|
|
@ -153,7 +153,6 @@ const focusStack = async (app: App, stack: IBackStack) => {
|
|||
return false;
|
||||
}
|
||||
zoomOut({
|
||||
app,
|
||||
protyle: stack.protyle,
|
||||
id: stack.zoomId || stack.protyle.block.rootID,
|
||||
isPushBack: false,
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ export const isMobile = () => {
|
|||
// "windows" | "linux" | "darwin" | "docker" | "android" | "ios"
|
||||
export const getBackend = () => {
|
||||
if (["docker", "ios", "android"].includes(window.siyuan.config.system.container)) {
|
||||
return window.siyuan.config.system.container
|
||||
return window.siyuan.config.system.container;
|
||||
} else {
|
||||
return window.siyuan.config.system.os
|
||||
return window.siyuan.config.system.os;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue