Skip to content

Commit 5ecd737

Browse files
authored
Codeit 3.3.0
Dev
2 parents faf1527 + 8d96eca commit 5ecd737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ async function clickedOnFileHTML(fileEl, event) {
911911
// update bottom float
912912
updateFloat();
913913

914-
} else {
914+
} else if (!liveView.classList.contains('file-open')) {
915915

916916
// hide sidebar
917917
toggleSidebar(false);

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v549';
7+
const WORKER_NAME = 'codeit-worker-v550';
88

99

1010
// internal paths

0 commit comments

Comments
 (0)