diff --git a/src/quest_editor/gui/QuestEditorToolBarView.ts b/src/quest_editor/gui/QuestEditorToolBarView.ts index 15e2479b..b292d6b8 100644 --- a/src/quest_editor/gui/QuestEditorToolBarView.ts +++ b/src/quest_editor/gui/QuestEditorToolBarView.ts @@ -66,7 +66,6 @@ export class QuestEditorToolBarView extends View { " (Ctrl-Shift-Z)", ), }); - // TODO: make sure select menu is updated when entity counts change. const area_select = new Select({ items: ctrl.areas, to_label: ({ label }) => label,