forked from edward/owl-map
Bug fix
This commit is contained in:
parent
96379c871b
commit
a17c3f7020
|
@ -1111,7 +1111,7 @@ export default {
|
||||||
history.replaceState(state, '', this.build_map_path());
|
history.replaceState(state, '', this.build_map_path());
|
||||||
},
|
},
|
||||||
open_item(qid) {
|
open_item(qid) {
|
||||||
close_edit_list();
|
this.close_edit_list();
|
||||||
|
|
||||||
var item = this.items[qid];
|
var item = this.items[qid];
|
||||||
if (this.current_item == item) return; // already open
|
if (this.current_item == item) return; // already open
|
||||||
|
|
Loading…
Reference in a new issue