RafaelGB / Obsidian-ZettelFlow

ZettelFlow is a plugin for Obsidian that helps you to create and manage your notes in a Zettelkasten way.
MIT License
67 stars 3 forks source link

drag and drop mobile support #32

Closed RafaelGB closed 8 months ago

RafaelGB commented 8 months ago

We are keeping working on improve the use of DnD. On mobile its not working right now

RafaelGB commented 8 months ago

fixed using a parent with a custom property

.zettelkasten-flow__sortable {
  /* Support for mobile Drag & Drop */
  touch-action: none;
}