This commit is contained in:
Pieter Vander Vennet 2024-07-19 20:57:29 +02:00
parent 9a517bd4f8
commit 903ea0804a

View file

@ -152,6 +152,12 @@ class PointRenderingLayer {
}
const el = html.ConstructElement()
store.addCallbackAndRunD(tags => {
if(tags._deleted === "yes"){
html.SetClass("grayscale")
}
})
if (this._onClick) {
const self = this
el.addEventListener("click", function (ev) {