fix prettier
This commit is contained in:
@@ -292,10 +292,7 @@ class Extent extends PointerInteraction {
|
|||||||
* @return {boolean} `false` to stop event propagation.
|
* @return {boolean} `false` to stop event propagation.
|
||||||
*/
|
*/
|
||||||
handleEvent(mapBrowserEvent) {
|
handleEvent(mapBrowserEvent) {
|
||||||
if (
|
if (!mapBrowserEvent.originalEvent || !this.condition_(mapBrowserEvent)) {
|
||||||
!mapBrowserEvent.originalEvent ||
|
|
||||||
!this.condition_(mapBrowserEvent))
|
|
||||||
{
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//display pointer (if not dragging)
|
//display pointer (if not dragging)
|
||||||
|
|||||||
Reference in New Issue
Block a user