Closed cooperuser closed 8 years ago
Minor technicality, showMoveButtonsUntilClick
should override showMoveButtonsUntilHover
, not the other way around.
It doesn't, which ever comes first does.
But I could change that
Ah, okay, that makes a bit more sense but I still think UntilClick
should override in all cases
I am changing it now
Fixed
When you have both the
showMoveButtonsUntilHover
and theshowMoveButtonsUntilClick
flag, it creates two selectors. Fix this.