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 caf83cc commit 9843a45Copy full SHA for 9843a45
code-input.js
@@ -630,6 +630,7 @@ var codeInput = {
630
let textareaAttributeNames = fallbackTextarea.getAttributeNames();
631
for(let i = 0; i < textareaAttributeNames.length; i++) {
632
const attr = textareaAttributeNames[i];
633
+ if(attr == "data-code-input-fallback") continue;
634
635
if(!this.hasAttribute(attr)) {
636
this.setAttribute(attr, fallbackTextarea.getAttribute(attr));
0 commit comments