Skip to content

Commit

Permalink
fix popup closing before loading second and subsequent points
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Aug 29, 2024
1 parent e0f040f commit 8c11c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ export default {
}
},
async handlerClick(point) {
let log;
this.point = null;
let log = [];
if (this.status === "history") {
log = await this.providerObj.getHistoryPeriodBySensor(
point.sensor_id,
Expand Down

0 comments on commit 8c11c9b

Please sign in to comment.