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
On Mac, pressing meta+delete deletes from the cursor position to the start of the line. We would like to have this work properly in mobiledoc-kit as well.
Need to:
add positioning heuristics to detect the position in a section that matches the start or end of its visual line (see Position#atPoint for an example of where we currently do something similar)
listen for delete key with meta also pressed in EventManager
On Mac, pressing meta+delete deletes from the cursor position to the start of the line. We would like to have this work properly in mobiledoc-kit as well.
Need to:
Position#moveto handle a"line"unitsee #403