Szymon Cofalik
Szymon Cofalik
The fix for the problem should be available in the next CKE5 version (which should be released in several days).
I've read the discussion in issue and looked at changes. They seem fine and reasonable to me but honestly -- I am so out-of-touch with this part of the engine...
Closed in favor of #13388
One more thing - I am not sure if in this state `TableClipboard` needs `ClipboardPipeline` anymore. We can remove this to make this PR lighter. But we can keep it...
> [@scofalik](https://github.com/scofalik) You are right, `TableClipboard` will no longer need `ClipboardPipeline` at all. I'll drop it in next PRs. I fixed most of comments. I think we will really know...
When it comes to `group` I'd rather have `action: string` there or something like that. Honestly, even `action` is a bit optional, because you can figure out that it wasn't...
Okay, I hope we are on final straight line :). One thing that I see now is that trying to handle text nodes overcomplicated this solution greatly. And we don't...
@niegowski this PR is ready for another review. I took it over from @Mati365 as he moved to other issues. Summary: * `DiffItemInsert#_element` is removed. * `DiffItemInsert#action: String`, `DiffItemRemove#action: String`...
When I press `Alt+0` on Mac, a character "ľ" is inserted into the editor. Please note, that I have remapped keys on my Mac, so I actually press `Cmd+0` but...