Zoomicon/READCOM_App

Allow moving a non-Anchored TextStoryItem in non-Edit mode

birbilis opened this issue · 1 comments

Version: 0.5.12

A non-Anchored TextStoryItem should be draggable in non-Edit mode
Instead currently it does Text Selection

By default now will set a TextStoryItem to Read-Only mode when not Editable.
In the future should have in TextStoryItemOptions a switch that toggles between Editable, Selectable and Read-Only/Inactive (so that it's draggable) with the default being "Read-Only" (see #235)