Skip to content

Commit e63a372

Browse files
committed
fix: tests failing because of edit mode default behaviour
1 parent 1a929d1 commit e63a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ define(function main(require, exports, module) {
4848

4949
// this is responsible to make the advanced live preview features active or inactive
5050
// @abose (make this variable false when not a paid user, everything rest is handled automatically)
51-
let isLPEditFeaturesActive = true;
51+
let isLPEditFeaturesActive = false;
5252

5353
const EVENT_LIVE_HIGHLIGHT_PREF_CHANGED = "liveHighlightPrefChange";
5454

0 commit comments

Comments
 (0)