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

can not resize too slim when text in table cell is too long #1076

Open
1 task
jueinin opened this issue Sep 14, 2024 · 1 comment
Open
1 task

can not resize too slim when text in table cell is too long #1076

jueinin opened this issue Sep 14, 2024 · 1 comment
Labels
bug Something isn't working prio:low Low priority

Comments

@jueinin
Copy link

jueinin commented Sep 14, 2024

Describe the bug
<what's going wrong!?>
image

To Reproduce
<clear steps to reproduce are super helpful! Best is to provide an online sandbox, click to create one>

  1. create a table on this: https://www.blocknotejs.org/examples/basic/minimal
  2. paste this text

const nodes = [] if (line.trim() !== '') {nodes.push(state.schema.text(line)) }if (index < lines.length - 1 || line.trim() === '') {nodes.push(state.schema.nodes.hardBreak.create()) }return nodes

as you can see you can not resize the column more slim.

Misc

  • Node version:
  • Package manager:
  • Browser:
  • I'm a sponsor and would appreciate if you could look into this sooner than later 💖
@jueinin jueinin added the bug Something isn't working label Sep 14, 2024
@matthewlipski matthewlipski added the prio:low Low priority label Sep 25, 2024
@matthewlipski
Copy link
Collaborator

Nice, probably worth looking into in either #856 or #1054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio:low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants