this.movable regardless of this.hover #12
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, you can only move elements when
this.hover === true
, but these two actions can be independent of each other and do not break the hotline instance.