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.
2 parents 39ed4e2 + c9024a4 commit f48b230Copy full SHA for f48b230
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