Remove requirement for columns as well as rows, one is enough
This commit is contained in:
parent
99da14e1a7
commit
3734b5f31a
@ -51,7 +51,7 @@ LayoutManager = class LayoutManager {
|
||||
// TODO: Change this when we add PDF and MPEG support
|
||||
// See https://ohiforg.atlassian.net/browse/LT-227
|
||||
var firstInstance = series.instances[0];
|
||||
if (!firstInstance.rows || !firstInstance.columns) {
|
||||
if (!firstInstance.rows) {
|
||||
currentViewportData = {};
|
||||
} else {
|
||||
currentViewportData = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user