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