Skip to content

Commit a4037bf

Browse files
author
minjk-bl
committed
Subset dataview fixed
1 parent 7b7c83d commit a4037bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/common/vpSubsetEditor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ define([
920920
if (!that.stateLoaded) {
921921
that.reloadSubsetData();
922922
}
923-
that.loadDataPage();
923+
// that.loadDataPage();
924924
} catch {
925925

926926
}
@@ -1970,6 +1970,7 @@ define([
19701970
SubsetEditor.prototype.openDataview = function() {
19711971
this.closePreview();
19721972
this.dataviewOpened = true;
1973+
this.loadDataPage();
19731974
$(this.wrapSelector('.' + VP_DS_DATA)).show();
19741975
}
19751976

0 commit comments

Comments
 (0)