mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-01-26 11:09:54 +00:00
Missed this
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user