mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
9a75a7b52b
commit
36f3c3fcab
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ const setHTML = (options: {
|
|||
}
|
||||
|
||||
/// #if MOBILE
|
||||
if (!protyle.disabled && !options.action.includes(Constants.CB_GET_ALL)) {
|
||||
if (!protyle.disabled && !options.action.includes(Constants.CB_GET_ALL) && protyle.background) {
|
||||
protyle.background.element.classList.add("protyle-background--mobileshow");
|
||||
}
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue