| 1745 | power_user.context[control.property] = value; | 1745 | power_user.context[control.property] = value; |
| 1746 | } | 1746 | } |
| 1747 | console.log(`Setting ${$element.prop('id')} to ${value}`); | 1747 | console.log(`Setting ${$element.prop('id')} to ${value}`); |
| 1748 | if (!CSS.supports('field-sizing', 'content')) { | 1748 | if (!CSS.supports('field-sizing', 'content') && $(this).is('textarea')) { |
| 1749 | await resetScrollHeight($(this)); | 1749 | await resetScrollHeight($(this)); |
| 1750 | } | 1750 | } |
| 1751 | saveSettingsDebounced(); | 1751 | saveSettingsDebounced(); |