Set first viewport active by default
This commit is contained in:
parent
2920df6379
commit
239e5ef91e
@ -323,6 +323,7 @@ const initHangingProtocol = () => {
|
||||
|
||||
Session.set('ViewerReady', true);
|
||||
|
||||
Session.set('activeViewport', 0);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@ -38,6 +38,7 @@ const initHangingProtocol = () => {
|
||||
|
||||
Session.set('ViewerReady', true);
|
||||
|
||||
Session.set('activeViewport', 0);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user