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
Loosely related to #774 (that change did not cause this, just in the same area of concern).
If you try this in the [Slate example editor], a mark can be activated when nothing is selected, but when you highlight surrounding text, the mark is shown inactive.
I see two issues:
If nothing is selected, clicking an inline mark button should do nothing. This may be more of an internal Slate issue for our current, minimal implementation.
It seems like the root of our mishandling is how we reckon selections where only a portion of the selection has a mark.
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
Markdown editor inline marks (e.g. bold, italic) can become stuck in an active state
- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
- Please mention your CMS, node.js, and operating system version.
Confirmed in 0.6.0 and 0.7.2.
The text was updated successfully, but these errors were encountered: