Merge pull request #4825 from vvlladd28/improvment/image-map/disable-scroll

UI: Image map revert setting: Disable scroll zooming
This commit is contained in:
Igor Kulikov 2021-07-02 12:44:51 +03:00 committed by GitHub
commit 1f1308f093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -413,10 +413,7 @@ export const commonMapSettingsSchema =
}, },
'mapPageSize', 'mapPageSize',
'draggableMarker', 'draggableMarker',
{ 'disableScrollZooming',
key: 'disableScrollZooming',
condition: 'model.provider !== "image-map"'
},
{ {
key: 'latKeyName', key: 'latKeyName',
condition: 'model.provider !== "image-map"' condition: 'model.provider !== "image-map"'