We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Have completed an isolation test with a fresh vault and confirmed this issue is coming from the latest beta of Banners.
The text was updated successfully, but these errors were encountered:
Workaround: css snippet:
/* bugfix for disappearing caret in new obsidian tables */ .table-editor .table-cell-wrapper .cm-scroller { flex-direction: row; }
Solution from here
Sorry, something went wrong.
I'm having the same problem.
解决方法:css 代码片段: /* bugfix for disappearing caret in new obsidian tables */ .table-editor .table-cell-wrapper .cm-scroller { flex-direction: row; } 解决方案从这里开始
解决方法:css 代码片段:
解决方案从这里开始
This one is useful, thank you very much
No branches or pull requests
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.
Have completed an isolation test with a fresh vault and confirmed this issue is coming from the latest beta of Banners.
The text was updated successfully, but these errors were encountered: