From 4cdf023cc6e8dc4c56fada929d867dfd165a214c Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Fri, 1 May 2020 21:28:11 +0200 Subject: [PATCH] Removed TODO that became a DONE. --- src/quest_editor/gui/QuestEditorToolBarView.ts | 1 - 1 file changed, 1 deletion(-) 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,