Skip to content

Commit

Permalink
fix: progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Oct 15, 2023
1 parent 669a367 commit d89564d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/index/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ function on_eew(data, type) {
className : "flash",
});
TREM.EQ_list[data.id].epicenterIcon = L.marker([data.lat, data.lon], { icon: epicenterIcon, zIndexOffset: 6000 })
.bindTooltip("", { opacity: 1, permanent: true, direction: "right", offset: [10, 0], className: "progress-tooltip" })
.addTo(TREM.Maps.main);
}
const _loc_list = TREM.EQ_list[data.id].loc;
Expand Down

0 comments on commit d89564d

Please sign in to comment.