diff options
| author | Tyler <tyler@tylerhoang.xyz> | 2026-05-17 00:36:07 -0700 |
|---|---|---|
| committer | Tyler <tyler@tylerhoang.xyz> | 2026-05-17 00:36:07 -0700 |
| commit | 5d24e21aa4ec234d51258b0741543b38c233c542 (patch) | |
| tree | fab12399bb42289c49a7278719f59db6ad20860f /components/insiders.py | |
| parent | c3a535c987b680f1c715c42a41f061a4f8c9df86 (diff) | |
Fix click receivers: visibility:hidden instead of display:none
display:none removes elements from React's event processing, causing
JS-dispatched input events to be silently dropped. Switching to
visibility:hidden + height:0 keeps the inputs in the React tree so
programmatic value changes trigger reruns correctly.
Also covers the new qt_click_receiver for the quotetable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'components/insiders.py')
0 files changed, 0 insertions, 0 deletions
