Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ac30e00

Browse files
committed
refactor(client): remove redundant variable
1 parent 0776f17 commit ac30e00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/public/app/widgets/note_icon.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export default class NoteIconWidget extends NoteContextAwareWidget {
9292
private $iconList!: JQuery<HTMLElement>;
9393
private $iconCategory!: JQuery<HTMLElement>;
9494
private $iconSearch!: JQuery<HTMLElement>;
95-
private $notePathList!: JQuery<HTMLElement>;
9695
private iconToCountCache!: Promise<IconToCountCache | null> | null;
9796

9897
doRender() {
@@ -114,7 +113,6 @@ export default class NoteIconWidget extends NoteContextAwareWidget {
114113
this.$iconSearch = this.$widget.find("input[name='icon-search']");
115114
this.$iconSearch.on("input", () => this.renderDropdown());
116115

117-
this.$notePathList = this.$widget.find(".note-path-list");
118116
this.$widget.on("show.bs.dropdown", async () => {
119117
const { categories } = (await import("./icon_list.js")).default;
120118

0 commit comments

Comments
 (0)