Skip to content

Commit 2a05afb

Browse files
author
minjk-bl
committed
Remove default variable selection on Frame app
1 parent 4880493 commit 2a05afb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/m_apps/Frame.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -660,10 +660,10 @@ define([
660660
// render variable list
661661
// get prevvalue
662662
var prevValue = that.state.originObj;
663-
if (varList && varList.length > 0 && prevValue == '') {
664-
prevValue = varList[0].varName;
665-
that.state.originObj = prevValue;
666-
}
663+
// if (varList && varList.length > 0 && prevValue == '') {
664+
// prevValue = varList[0].varName;
665+
// that.state.originObj = prevValue;
666+
// }
667667
// replace
668668
that.renderVariableList(varList, prevValue);
669669
$(that.wrapSelector('#vp_feVariable')).trigger('change');

0 commit comments

Comments
 (0)