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
Reference in a new issue