yaokailun

Results 9 issues of yaokailun

**Description** When a node can not be found by a path,it would cause an error, but i got a wrong error message. ``` try { Transforms.removeNodes(editor, { at: [600] });...

bug

**Description** When I select a picture by clicking then pressing sortkey `ctrl + c` and `ctrl + v`, the picture doesn't be pasted. **Recording** ![image](https://user-images.githubusercontent.com/11460856/125009252-c1702300-e096-11eb-98c1-d6fe773fb0ae.png) **SandBox** https://slate-plugins.udecode.io/docs/playground

bug
help wanted
has workaround
plugin:image

**Is your feature request related to a problem? Please describe.** Currently, the library enable users to zoom an image by wheel and touch event, and the zoom origin is depending...

Formula-Editor 是否可以让顶部的弹窗栏和底部的确定和取消栏的显示隐藏作为配置项,存在一些业务场景,开发者希望自己实现这些 UI

**Description** In android, once selecting an inline void element, the keyboard doesn't be evoked, unless we set it's contenteditable to be true, like below But it will make the children...

目前项目引入 antd 是使用按需加载的,但引入该组件后,发送所有引用到改组件的打包文件都包含全量的 antd 打包文件,猜测是 `import { Select } from 'antd' `这段代码导致的,应该改为 `import Select from 'antd/es/select'`

When set "autoExpandParent" to "true", someone need to implement the "conductExpandParent" repeatedly to get the complete "expandedKeys". Returning "expandedKeys" on a tree node is selected will be convenient to get...

**Description** Selecting an inline void element in Android platform doesn't evoke the keyboard, but works at iOS. **Recording** Android: https://user-images.githubusercontent.com/11460856/200246609-869faf71-9984-436e-a1df-e997a6d13488.mp4 iOS https://user-images.githubusercontent.com/11460856/200246704-a683ec3f-f88d-4a23-a75c-84a5516dffed.mp4 **Sandbox** [slate mentions example](https://www.slatejs.org/examples/mentions) **Steps** To reproduce the...

bug
⚑ cross platform