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 df3e591 commit b261b7dCopy full SHA for b261b7d
js/m_apps/Frame.js
@@ -830,6 +830,14 @@ define([
830
}, 1);
831
}
832
});
833
+ // initial code
834
+ var code = this.subsetEditor.generateCode();
835
+ that.subsetCm.setValue(code);
836
+ that.subsetCm.save();
837
+ setTimeout(function () {
838
+ that.subsetCm.refresh();
839
+ }, 1);
840
+
841
break;
842
case FRAME_EDIT_TYPE.ADD_ROW:
843
title = 'Add Row';
@@ -871,6 +879,14 @@ define([
871
879
872
880
873
881
882
883
884
885
886
887
888
889
874
890
875
891
case FRAME_EDIT_TYPE.AS_TYPE:
876
892
title = 'Convert type';
0 commit comments