Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.0.5 beta] Missing cursor icon in tables #165

Open
ObsidianTTRPGProject opened this issue Jun 26, 2024 · 3 comments
Open

[2.0.5 beta] Missing cursor icon in tables #165

ObsidianTTRPGProject opened this issue Jun 26, 2024 · 3 comments

Comments

@ObsidianTTRPGProject
Copy link

Hey team,

Heads up on a bug in the latest beta. When moving within a table in Live Preview mode there is no cursor icon in empty table cells.

Obsidian_PQAuxGMrYA

Have completed an isolation test with a fresh vault and confirmed this issue is coming from the latest beta of Banners.

@VertexMachine
Copy link

Workaround: css snippet:

/* bugfix for disappearing caret in new obsidian tables */
.table-editor .table-cell-wrapper .cm-scroller {
  flex-direction: row;
}

Solution from here

@i-iooi-i
Copy link

I'm having the same problem.

@i-iooi-i
Copy link

解决方法:css 代码片段:

/* bugfix for disappearing caret in new obsidian tables */
.table-editor .table-cell-wrapper .cm-scroller {
  flex-direction: row;
}

解决方案从这里开始

This one is useful, thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants