Jack

Results 3 issues of Jack

I'm trying to customize the format to add other html tags to the DOM node of the title. Example: Default: `22` expected implementation: `test22` **Steps for Reproduction** 1.Customize CustomHeaderBlot to...

### What problem does this feature solve? 组件: 问题:当前只支持拖拽单个节点. 需求:支持拖拽多个选中的节点 ### What does the proposed API look like? 1.当前onDrop的类型为: function({event, node, dragNode, dragNodesKeys}) 2.期望更改后的onDrop类型为: function({event, node, dragNodes, dragNodesKeys}) 其中: dragNodes的值类似:[{key:...

Inactive
unconfirmed

When loading long documents with rich formatting, it feels like it takes a long time. I noticed that some editors use virtual lists (DOM only renders the visible part of...