AJAY KUMAR

Results 9 comments of AJAY KUMAR

It would be great option to add a copy to clipboard button in every block of code and i think most website use this and from point of good UX...

I think this issue is caused by isCollapsed function which is using range.isCollapsed from slate ``` isCollapsed(range: Range): boolean { const { anchor, focus } = range return Point.equals(anchor, focus)...

@felixfeng33 can i create a PR for this fix by adding below function ```typescript const isCollapsedInternalFunction = (range?: Range | null) => { // Early return for null or undefined...

yes you can do cross selection in blocks as alignment is always block level I have a question if a selection has first block center next block left what should...

Hey @zbeyens pls look into the PR that i opened regarding above bug

I used `Transforms.select(editor, [])` and it work fine for me https://docs.slatejs.org/concepts/03-locations

you can try to make on layer transparent it worked for me i am using js styles given in examples and by making one layer transparent you achieve the result...

i am not able to reproduce this bug can you help me by adding the video of bug

using removeEditorMark instead of removeMark solved the issue for me removeMark was not working for me on mentions