Fix context checkbox squish

1582974ba9113944876116a9e4903604c50b6054

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/power-user.js+1 -1
@@ -1745,7 +1745,7 @@ async function loadContextSettings() {
17451745 power_user.context[control.property] = value;
17461746 }
17471747 console.log(`Setting ${$element.prop('id')} to ${value}`);
17481748 if (!CSS.supports('field-sizing', 'content') && $(this).is('textarea')) {
17491749 await resetScrollHeight($(this));
17501750 }
17511751 saveSettingsDebounced();