diff --git a/apps/client/src/widgets/note_icon.ts.bak b/apps/client/src/widgets/note_icon.ts.bak index e71a6b83c..52ff60247 100644 --- a/apps/client/src/widgets/note_icon.ts.bak +++ b/apps/client/src/widgets/note_icon.ts.bak @@ -25,21 +25,6 @@ export default class NoteIconWidget extends NoteContextAwareWidget { await attributeService.setLabel(this.noteId, this.note.hasOwnedLabel("workspace") ? "workspaceIconClass" : "iconClass", clazz); } }); - - this.$iconSearch = this.$widget.find("input[name='icon-search']"); - this.$iconSearch.on("input", () => this.renderDropdown()); - - this.$widget.on("show.bs.dropdown", async () => { - const { categories } = (await import("./icon_list.js")).default; - - this.$iconCategory.empty(); - - for (const category of categories) { - this.$iconCategory.append($("