From a17c3f7020d22a91a06ea3e743aa918de06dc5ca Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 21 Jul 2021 21:30:21 +0200 Subject: [PATCH] Bug fix --- frontend/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/App.vue b/frontend/App.vue index 44b9ba3..f1533fe 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -1111,7 +1111,7 @@ export default { history.replaceState(state, '', this.build_map_path()); }, open_item(qid) { - close_edit_list(); + this.close_edit_list(); var item = this.items[qid]; if (this.current_item == item) return; // already open