sora-editor icon indicating copy to clipboard operation
sora-editor copied to clipboard

Wrong cursor drawing

Open CaiMuCheng opened this issue 1 year ago • 0 comments

I'm embedding the Sora Editor into my Jetpack Compose project, but I'm finding that for the file bar, the cursor still draws all of it when it's visible (sort of like it's out of view)

Here are my screenshots: Screenshot_20231015-104216_Leaf IDE

As you can see, the cursor is through my FileTabs, but the parent component of the editor and FileTabs is Column.

CaiMuCheng avatar Oct 15 '23 03:10 CaiMuCheng