Style & flight
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir
2025-03-07 23:30:49 +01:00
parent 803dd84858
commit d53e3e56b5
2 changed files with 71 additions and 35 deletions

View File

@ -141,11 +141,12 @@ const app = new Vue({
},
drawer_click_item: function (item) {
const tpe = this.query.type
this.search_set_clear(item ? true : false);
this.drawer_hover_item();
if (item) {
item.step = -1;
journey_add_place(this.journey, this.query.type, item)
journey_add_place(this.journey, tpe, item)
}
},