Skip to content

Commit b500772

Browse files
committed
fix: 2 popped out live previews not syncing click selection
1 parent 2b238ea commit b500772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveDevelopment/MultiBrowserImpl/protocol/LiveDevProtocol.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ define(function (require, exports, module) {
357357
console.error("error in tag selection", e);
358358
}
359359
editMode && liveDoc && liveDoc.disableHighlightOnCursorActivity(false);
360+
liveDoc && liveDoc.updateHighlight();
360361
} else {
361362
// enrich received message with clientId
362363
msg.clientId = clientId;

0 commit comments

Comments
 (0)