Skip to content

Commit 2407eea

Browse files
committed
feat(core): viewLock flag in url locks view
1 parent 8314706 commit 2407eea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/src/main/entrypoint.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,10 @@ define([
792792
debugSet = true;
793793
}
794794

795+
if(urls['lockView']) {
796+
API.viewLock();
797+
}
798+
795799
browser.checkCompatibility().then(doInit);
796800

797801
// Sets the header

0 commit comments

Comments
 (0)