mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-11 04:00:54 +02:00
fix(style.js): stop preview until settings are retrieved fixes #283
This commit is contained in:
@ -1185,6 +1185,10 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn, askTo
|
||||
}
|
||||
|
||||
scope.setPreviewContent = function(isForced) {
|
||||
if (!prefs.autoPreview) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!prefs.preserveConsoleLogs) {
|
||||
scope.clearConsole();
|
||||
}
|
||||
|
Reference in New Issue
Block a user