Update src/ol/events/condition.js
Co-authored-by: M393 <56256405+M393@users.noreply.github.com>
This commit is contained in:
@@ -254,7 +254,7 @@ export const targetNotEditable = function (mapBrowserEvent) {
|
|||||||
tagName !== 'INPUT' &&
|
tagName !== 'INPUT' &&
|
||||||
tagName !== 'SELECT' &&
|
tagName !== 'SELECT' &&
|
||||||
tagName !== 'TEXTAREA' &&
|
tagName !== 'TEXTAREA' &&
|
||||||
!originalEvent.target.isContentEditable;
|
!originalEvent.target.isContentEditable
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user