Removed TODO that became a DONE.

This commit is contained in:
Daan Vanden Bosch 2020-05-01 21:28:11 +02:00
parent 9492515b25
commit 4cdf023cc6

View File

@ -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<AreaAndLabel>({
items: ctrl.areas,
to_label: ({ label }) => label,