Skip to main content

Home > @jsplumbtoolkit/drop > DropManagerOptions > ignoreZoom

DropManagerOptions.ignoreZoom property

By default, the DropManager will apply a scale transform to elements that are being dragged so that they appear at the same size as the Surface they're being dragged to. Setting this flag to true will switch off that behaviour.

Signature:

ignoreZoom?: boolean;