Missed this

This commit is contained in:
DominikDoom
2025-07-10 18:25:48 +02:00
parent 8eb5176ab4
commit de912bc800

View File

@@ -107,7 +107,7 @@ class CaretUtils {
}
});
if (this._isFirefox) {
if (this.#isFirefox) {
// Firefox lies about the overflow property for textareas: https://bugzilla.mozilla.org/show_bug.cgi?id=984275
if (element.scrollHeight > parseInt(computed.height))
style.overflowY = 'scroll';