mirror of
https://github.com/vrana/adminer.git
synced 2025-12-27 10:51:01 +01:00
Unify textarea highlighting
This commit is contained in:
@@ -82,6 +82,7 @@ for (const el of qsa('textarea')) {
|
||||
}
|
||||
});
|
||||
setupSubmitHighlightInput(cm.getWrapperElement());
|
||||
el.onchange = () => cm.setValue(el.value);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user