red-axe / am-editor

A rich text editor that supports collaborative editing and allows for the free use of front-end common libraries such as React and Vue to extend and define plugins.
https://editor.aomao.com
MIT License
939 stars 196 forks source link

点击表格的滚动条出现异常报错 #303

Closed Emma-Alpha closed 1 year ago

Emma-Alpha commented 1 year ago

index.esm.js:29911 Uncaught TypeError: Cannot read properties of undefined (reading '0') at Scrollbar._this.getEventClientOffset (index.esm.js:29911:1) at Scrollbar._this.scrollXStart (index.esm.js:29992:1)

环境:antd5 React 18

big-camel commented 1 year ago

有简单的复现仓库吗?

Emma-Alpha commented 1 year ago

找到原因了,是微前端window对象被继承了,关闭微前端的sanbox就可以了(Garfish)