OrganonTweaks: swallow post-drag click so a held press (>100ms) never opens the card; v1.2

This commit is contained in:
2026-07-06 22:27:33 -03:00
parent a5721890a6
commit 310c34620f
6 changed files with 67 additions and 2 deletions

View File

@@ -19,6 +19,13 @@
</p>
</fieldset>
<fieldset>
<?= $this->form->checkbox('organon_tweaks_quick_click_only', t('Open a card only on a quick click'), 1, isset($values['organon_tweaks_quick_click_only']) && $values['organon_tweaks_quick_click_only'] == 1) ?>
<p class="form-help">
<?= t('A press on a card held longer than 100 ms is treated as a drag, so releasing it does not open the card. Fixes a drag sometimes opening the card on release. Normal clicks are well under 100 ms.') ?>
</p>
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
</div>