Re-enable onFocusOnly option for interaction defaults
This commit is contained in:
+3
-1
@@ -64,7 +64,9 @@ class Map extends PluggableMap {
|
||||
options.controls = defaultControls();
|
||||
}
|
||||
if (!options.interactions) {
|
||||
options.interactions = defaultInteractions();
|
||||
options.interactions = defaultInteractions({
|
||||
onFocusOnly: true,
|
||||
});
|
||||
}
|
||||
|
||||
super(options);
|
||||
|
||||
Reference in New Issue
Block a user