Skip to content

Commit

Permalink
Fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Jul 7, 2024
1 parent 5badf3c commit 883b732
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ function onConfigChange(event, absPath, arg) {
Object.assign(config.styles[absPath].variables, arg);
}
updateConfig();
if (!devMode) {
updateStyle(absPath);
}
updateStyle(absPath);
}

// 监听开发者模式开关
Expand Down

0 comments on commit 883b732

Please sign in to comment.