Commit fbef74b
committed
refactor(editor): drop the dead isSearchHighlighted prop
No renderer consumed it. The editor computed it at two call sites and
sub-block passed a hardcoded false into renderLabel's slot for it, so even
the one function that declared a parameter never saw the real value. Its
only live effect was in the memo comparator, where an unconsumed value
changing forced a re-render for nothing.
The name stays in the masking audit's forbidden-inputs list, which guards
against a search signal being wired back into a masking decision.1 parent 87025a4 commit fbef74b
2 files changed
Lines changed: 0 additions & 22 deletions
File tree
- apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor
- components/sub-block
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 109 | | |
117 | 110 | | |
118 | 111 | | |
| |||
239 | 232 | | |
240 | 233 | | |
241 | 234 | | |
242 | | - | |
243 | 235 | | |
244 | 236 | | |
245 | 237 | | |
| |||
447 | 439 | | |
448 | 440 | | |
449 | 441 | | |
450 | | - | |
451 | 442 | | |
452 | 443 | | |
453 | 444 | | |
| |||
1217 | 1208 | | |
1218 | 1209 | | |
1219 | 1210 | | |
1220 | | - | |
1221 | 1211 | | |
1222 | 1212 | | |
1223 | 1213 | | |
| |||
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | 670 | | |
677 | 671 | | |
678 | 672 | | |
| |||
750 | 744 | | |
751 | 745 | | |
752 | 746 | | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | 747 | | |
760 | 748 | | |
761 | 749 | | |
| |||
0 commit comments