Commit 1de89c3
committed
fix(editor): use void for reactive dependency tracking in FindReplaceWidget
Replace unused variable pattern with void expression to suppress TS6133 error
while maintaining SolidJS reactive dependency tracking.1 parent e4b5a20 commit 1de89c3
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