File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1212
1313 < div class ="components-selector-container-inner ">
1414
15+ <!--
1516 <div class="component-search-container">
1617 <input id="component-search" type="text" placeholder="Search components...">
1718 <button id="component-search-clear" class="button-general">
1819 <i class="fa-solid fa-delete-left"></i>
1920 </button>
2021 </div>
22+ -->
2123
2224 < dl id ="components-list ">
2325 < div class ="onboard-check-dummy "> </ div >
Original file line number Diff line number Diff line change 1+ /*
12const searchItems: JQuery<HTMLInputElement> = $("#components-list > dd");
23const searchBox: JQuery<HTMLInputElement> = $("#component-search");
34export const searchClearBtn: JQuery<HTMLButtonElement> = $("#component-search-clear");
@@ -30,4 +31,5 @@ function searchComp(): void {
3031 searchItems.toggleClass("hidden", false);
3132 searchClearBtn.attr("disabled", "");
3233 };
33- }
34+ }
35+ */
You can’t perform that action at this time.
0 commit comments