Don't constantly redraw the report rows
Because it's wasteful and interrupts my click handlers.
This commit is contained in:
parent
3cdad6fd77
commit
d58a893651
2 changed files with 7 additions and 2 deletions
|
|
@ -193,6 +193,9 @@ class MapMultipoint extends HTMLElement {
|
|||
on(a, b) {
|
||||
return this._map.on(a, b);
|
||||
}
|
||||
once(a, b) {
|
||||
return this._map.once(a, b);
|
||||
}
|
||||
queryRenderedFeatures(a) {
|
||||
return this._map.queryRenderedFeatures(a);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue