Commit 6dcc4e2
fix(editor): use void for reactive dependency tracking in FindReplaceWidget (#341)
Replace unused variable pattern with void expression to suppress TS6133 error
while maintaining SolidJS reactive dependency tracking.
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 90abef4 commit 6dcc4e2
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
882 | | - | |
883 | | - | |
| 882 | + | |
884 | 883 | | |
885 | 884 | | |
886 | 885 | | |
| |||
0 commit comments