Skip to content

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

Open
@jueinin

Description

@jueinin

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 💖

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingprio:lowLow priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions