Skip to content

Commit 9ca7cc4

Browse files
author
minjk-bl
committed
Edit loadState function
1 parent 50f4511 commit 9ca7cc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

visualpython/js/m_apps/Bind.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ define([
566566
}
567567

568568
loadState() {
569+
super.loadState();
569570
var {
570571
type, concat, merge, userOption, allocateTo, resetIndex, withoutColumn
571572
} = this.state;

visualpython/js/m_logic/Def.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ define([
7777
}
7878

7979
loadState() {
80+
super.loadState();
8081
let { v1, v2 } = this.state;
8182
}
8283

0 commit comments

Comments
 (0)