BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

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

Open jueinin opened this issue 1 year ago • 0 comments

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 avatar Sep 14 '24 08:09 jueinin