Zoomicon / READCOM_App

READ-COM: Reading Communities App
MIT License
11 stars 5 forks source link

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

Closed birbilis closed 2 years ago

birbilis commented 2 years ago

Version: 0.5.12

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

birbilis commented 2 years ago

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 https://github.com/Zoomicon/READCOM_App/issues/235)