Remove line that was accidently added with #10332

This commit is contained in:
Andreas Hocevar
2019-11-30 18:16:54 +01:00
parent 057650fe7d
commit 2b6925dc1e

View File

@@ -922,7 +922,6 @@ class PluggableMap extends BaseObject {
const type = opt_type || browserEvent.type;
const mapBrowserEvent = new MapBrowserEvent(type, this, browserEvent);
this.handleMapBrowserEvent(mapBrowserEvent);
browserEvent.preventDefault();
}
/**