diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index b18a13377..e41892846 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -1745,7 +1745,7 @@ async function loadContextSettings() { power_user.context[control.property] = value; } console.log(`Setting ${$element.prop('id')} to ${value}`); - if (!CSS.supports('field-sizing', 'content')) { + if (!CSS.supports('field-sizing', 'content') && $(this).is('textarea')) { await resetScrollHeight($(this)); } saveSettingsDebounced();