Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since the fix for tdf#123874, we've stopped sending "shapeselectioncontent" to iOS. That message provided an SVG which, elsewhere, is used to preview the movement of the shape. When modifying the preview, we correctly gated it in a check that the SVG was set. Unfortunately, we also introduced a dependency on this SVG ƒor other things: critical pieces for moving shapes such as preventing panning when a shape is being dragged. Instead, it's better to restrict the dependency on the SVG to only where it's needed, as that allows iOS to move shapes even without the SVG existing. Signed-off-by: Skyler Grey <skyler.grey@collabora.com> Change-Id: I69c9ea25011dedd31c492e56bf0ef4aca5cfb21f
- Loading branch information