Merge pull request #2790 from khanonnie/fix-input-checkbox-squish

c7af3d826e55f944257137b1bbea9547109950bb

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

Signed
1 files changed, +1 -1Ignore whitespace
public/scripts/instruct-mode.js+1 -1
@@ -100,7 +100,7 @@ export async function loadInstructMode(data) {
100100
101101 $element.on('input', async function () {
102102 power_user.instruct[control.property] = control.isCheckbox ? !!$(this).prop('checked') : $(this).val();
103103 if (!CSS.supports('field-sizing', 'content') && $(this).is('textarea')) {
104104 await resetScrollHeight($(this));
105105 }
106106 saveSettingsDebounced();