Skip to content

Commit 2f91d91

Browse files
author
Xing
committed
fixed an issue with text height after moving nodes then switching datasets
1 parent 13d0dc2 commit 2f91d91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
};
172172

173173
function changeDataset() {
174+
Config.redraw = 0;
174175
if (this.selectedIndex > 0) {
175176
parser.readJson(`./data/data${this.selectedIndex}.json`, function() {
176177

0 commit comments

Comments
 (0)