-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Mismatched Behavior with 'Delete Row' and 'Delete Column'.
flowchart TD
A["User Clicks 'Delete Row'"] --> B["Editor Deletes the Column"]
C["User Clicks 'Delete Column'"] --> D["Editor Deletes the Row"]
subgraph Confusion Loop
B -->|Surprise| E["Mismatched Behavior"]
D -->|Surprise| E
end
Vditor 是一款浏览器端的 Markdown 编辑器,支持所见即所得、即时渲染(类似 Typora)和分屏预览模式。 它使用 TypeScript 实现,支持原生 JavaScript、Vue、React、Angular,提供[桌面版](https://b3log.org/siyuan)。
项目地址:[b3log.org/vditor](https://b3log.org/vditor)
开源协议:MIT
组件版本:Vditor v3.8.4 / Lute v1.7.2
赞助捐赠:https://ld246.com/sponsor
Metadata
Metadata
Assignees
Labels
No labels