You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
ahhhh thanks for that great video! I will figure out how to fix but the problem is you are dragging it within itself 😉
When you drag heading 1 it grabs its children content (lines 3 and 4 etc.) ... but then you are trying to drop it within itself (between lines 3 and 4).
does that make sense the "issue"?
what would you like to see happen as behavior? I'm inclined to say cancel the event all together and send a Obsidian notification that says something like "You dragged a header and its contents and dropped it within itself which is an un-supported action" ... or something like that?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See video in Discord reported by TFTHacker
Here are my comments in Discord:
ahhhh thanks for that great video! I will figure out how to fix but the problem is you are dragging it within itself 😉
When you drag heading 1 it grabs its children content (lines 3 and 4 etc.) ... but then you are trying to drop it within itself (between lines 3 and 4).
The text was updated successfully, but these errors were encountered: