Skip to content

Commit e26f04e

Browse files
committed
fix(offline): interactivity still visible when going offline
1 parent 8e801db commit e26f04e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/event-listeners.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ function addListeners() {
233233
}, {once: true});
234234
planIgnLayerBtn.click();
235235
}
236+
Globals.interactivityIndicator.hardDisable();
236237
}
237238
});
238239

0 commit comments

Comments
 (0)