We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1235fc9 commit 746cc6aCopy full SHA for 746cc6a
plugins/indent.js
@@ -117,9 +117,7 @@ codeInput.plugins.Indent = class extends codeInput.Plugin {
117
inputElement.selectionEnd = selectionEndI;
118
119
// move scroll position to follow code
120
- console.log("indw", codeInput.pluginData.indent.indentationWidthPx);
121
if(event.shiftKey) {
122
- console.log("shift");
123
codeInput.scrollBy(-codeInput.pluginData.indent.indentationWidthPx, 0);
124
} else {
125
codeInput.scrollBy(codeInput.pluginData.indent.indentationWidthPx, 0);
0 commit comments