Inwerpsel / use-theme-editor

A React theme editor
GNU General Public License v3.0
4 stars 0 forks source link

Provide more ways to move elements #76

Closed Inwerpsel closed 1 month ago

Inwerpsel commented 4 months ago

Currently, there are 2 ways to move elements:

The second is a very minimal implementation, added as a quick fix to at least be able to recover screen space on smaller touch screens. It doesn't yet support moving the position in an area.

The current implementation of drag and drop doesn't work on touch screens, though perhaps with some changes it can. Currently, it results in the element disappearing until you reload the page.