Set first viewport active by default

This commit is contained in:
Erik Ziegler 2017-06-07 16:49:01 +02:00
parent 2920df6379
commit 239e5ef91e
2 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,7 @@ const initHangingProtocol = () => {
Session.set('ViewerReady', true);
Session.set('activeViewport', 0);
});
};

View File

@ -38,6 +38,7 @@ const initHangingProtocol = () => {
Session.set('ViewerReady', true);
Session.set('activeViewport', 0);
});
};