Commit 6cbf5878821b92ff9e38a15cf920763c0ef36360
1 parent
6bc5f757
UI: Image map revert setting: Disable scroll zooming
Showing
1 changed file
with
1 additions
and
4 deletions
... | ... | @@ -413,10 +413,7 @@ export const commonMapSettingsSchema = |
413 | 413 | }, |
414 | 414 | 'mapPageSize', |
415 | 415 | 'draggableMarker', |
416 | - { | |
417 | - key: 'disableScrollZooming', | |
418 | - condition: 'model.provider !== "image-map"' | |
419 | - }, | |
416 | + 'disableScrollZooming', | |
420 | 417 | { |
421 | 418 | key: 'latKeyName', |
422 | 419 | condition: 'model.provider !== "image-map"' | ... | ... |