Skip to content

Commit 99719a7

Browse files
committed
tracers were overlapped when there is a runtime error in data
1 parent eb8c9e4 commit 99719a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ dataEditor.on('change', function () {
4141
try {
4242
tm.deallocateAll();
4343
eval(data);
44+
tm.visualize();
4445
} catch (err) {
4546
} finally {
46-
tm.visualize();
4747
tm.removeUnallocated();
4848
}
4949
});

0 commit comments

Comments
 (0)