We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4880493 commit 2a05afbCopy full SHA for 2a05afb
js/m_apps/Frame.js
@@ -660,10 +660,10 @@ define([
660
// render variable list
661
// get prevvalue
662
var prevValue = that.state.originObj;
663
- if (varList && varList.length > 0 && prevValue == '') {
664
- prevValue = varList[0].varName;
665
- that.state.originObj = prevValue;
666
- }
+ // if (varList && varList.length > 0 && prevValue == '') {
+ // prevValue = varList[0].varName;
+ // that.state.originObj = prevValue;
+ // }
667
// replace
668
that.renderVariableList(varList, prevValue);
669
$(that.wrapSelector('#vp_feVariable')).trigger('change');
0 commit comments