-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
合并的表格会在最后自动添加一个空格
Is there an existing issue for this?
- I have searched the existing issuesTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Can the issue be reproduced with the default theme (daylight/midnight)?
- I was able to reproduce the issue with the default themeTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Could the issue be due to extensions?
- I've ruled out the possibility that the extension is causing the problem.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Describe the problem
表格中,合并两个表格之后,在这个新的表格单元里面,鼠标放上去后会自动生成一个空格,每次输入都需要先删除这个空格才行
Expected result
合并表格不产生这个多余的空格
Screenshot or screen recording presentation
视频太大了,我压缩了一下。
Version environment
- Version: 2.8.2
- Operating System: windows11
- Browser (if used):
Log file
More information
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
Select code repository
Activity
88250 commentedon Apr 3, 2023
感谢反馈,分析了一下,这个问题和 #7556 有关联,解析器上的实现无法保证这两个场景都正确,我们只能优先保证 #7556 是正确的。
只能先关闭了,如果后面有解决方案再重新打开,谢谢。
[-]合并的表格会在最后自动添加一个空格[/-][+]The merged table cell will automatically add a space at the end[/+]88250 commentedon Apr 4, 2023
昨晚睡觉的时候想了一个方案,今早实现测试了一下,可以保证两个场景都正确了。
🎨 Protyle The merged table cell will automatically add a space at the…
[-]The merged table cell will automatically add a space at the end[/-][+]The merged cells of the table should not automatically add a space at the end[/+][-]The merged cells of the table should not automatically add a space at the end[/-][+]The merged cells of the table no longer add a space at the end[/+]🎨 The merged cells of the table no longer add a space at the end Fix #…
🎨 The merged cells of the table no longer add a space at the end Fix #…