We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a5849 commit c9024a4Copy full SHA for c9024a4
1 file changed
code-input.js
@@ -74,7 +74,7 @@ var codeInput = {
74
// been run). Thank you to peterprvy for this.
75
if(this.ignoreValueUpdate) return;
76
77
- console.log("Update", text);
+ //console.log("Update", text);
78
this.ignoreValueUpdate = true;
79
this.value = text; // Change value attribute if necessary.
80
this.ignoreValueUpdate = false;
0 commit comments