Open DoubleHeer opened 2 months ago
I have the same problem but not using the example here, is it possible to get the code for this example? I would like to refer to it.
I have the same problem but not using the example here, is it possible to get the code for this example? I would like to refer to it.
After my test, ios 14, 18 will not have this problem, and as long as the table is inserted without using the header will not have this problem, for example
editor.chain().focus().insertTable({ rows: 4, cols: 4, withHeaderRow: false }).run()
Affected Packages
Doc demo
Version(s)
2.6.6
Bug Description
https://github.com/user-attachments/assets/895785e3-8ff3-4eed-888d-39d489c0af1f
When I used the official demo to test the table function, I found that using the Chinese input method to enter text in safari would cause the table to increase, and the input content was abnormal。
Browser Used
Safari
Code Example URL
https://tiptap.dev/docs/editor/extensions/nodes/table
Expected Behavior
I expect that the input content in Chinese input method can be displayed normally
Additional Context (Optional)
Rows are automatically inserted
Dependency Updates