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
insert space, space is only added to first element
undo
space is not removed (but added on the closing tag)
According to @jrieken this could be solved by adding a keybinding that takes over the space key when a certain context is set. It removes the multicursor and then inserts the space.
The text was updated successfully, but these errors were encountered:
I don't think we should do that. I use Vim and a keybinding wouldn't allow me to undo that stack with u.
When you are typing a space there I expect 99% of the users mean to actually write an id or attribute. If he doesn't and is planning to undo, an extra undo feels ok for me.
Testing #85973
foo
According to @jrieken this could be solved by adding a keybinding that takes over the space key when a certain context is set. It removes the multicursor and then inserts the space.
The text was updated successfully, but these errors were encountered: