Cat
Cat
Does this issue still persists?
It's strange, i do same steps, and get the issue again https://github.com/AppFlowy-IO/AppFlowy/assets/114286961/236000ad-97f1-4961-897d-6cffaa432d42
Since we don't have any response of the OP, i will close this issue. If the issue persists, please reopen.
Use a `Wrap` widget as the parent of your "box" because `Container` is a `SpanningWidget` that can span to the next page making (accidentally) an unexpected displaying of some custom...
Can i see how is displaying the table on the `PDF` in a image? I guess this could be an issue from FixedColumnWidth that couldn't be spanning (weird, since `Table`...
@EchoEllet does this issue persists?
I could help you if you need it regarding the `CustomBlockEmbed` to enable this feature.
You could save the file URL in the `Embed`, and just cache the value you need (saves you from downloading said audio). I mention using URLs because it would be...
Delta always need a new line at last operation. If you want a empty document, just clear it, and insert a new line. All should be fine
The new line is just a necessary thing, and it doesn't have any effect on the view. If you still want to maintain your document empty, we cannot do nothing...