Mr. Liang
Mr. Liang
**Description** My current hope is to get the selected content in uneditable mode, but in an Android environment, if Editable passes readOnly props, gets Editor. selection to null. **Recording** By...
Thanks for hooks,Is very nice ! But when I try to introduce this TS file into the project, TS throws the following exception 
```js require('@sugarteam/formula-editor/dist/index.min.css'); require('@sugarteam/formula-editor/dist/npmBundle'); require('@sugarteam/formula-editor/dist/kitygraph.all.min'); require('@sugarteam/formula-editor/dist/kity-formula-render.all.min'); require('@sugarteam/formula-editor/dist/kity-formula-parser.all.min'); require('@sugarteam/formula-editor/dist/kityformula-editor.all.min'); componentDidMount() { document.addEventListener('documentMessage', this.listener); const factory = window.kf.EditorFactory.create(this.editorRef.current, { render: { fontsize: 30, }, ui: { device: 'pc', scale: 1, protocol: 'documentEvent', }...
**描述bug** 子应用嵌套iframe ,iframe内部的 window.parent 指向到了主应用,并非子应用。子应用无法监听到 iframe发出的message. **如何复现** ```js // 子应用: window.addEventListener('message', receiveMessage); }, '*'); ``` ```js // 子应用下的iframe : window.parent.postMessage({ eventName, data ``` wujie版本: 1.0.22 react版本: 18.0.0 **错误截图** 无错误. **最小复现仓库或者地址**...
- ✅ 提交符合commit规范 - ✅ 测试用例添加 - ✅ `npm run test`通过 ##### 详细描述 问题描述: 在子应用中,如果出现iframe 场景,使用的postmessage传递消息, 会出现事件派发到基座的 window,而并非子应用的window 原因: patchIframeEvents 中对 iframe 事件的处理,当未指定 options.targetWindow 时,使用的是iframeWindow, 应该优先使用window.__WUJIE_RAW_WINDOW__  - 特性 -...
hello, Fixed this problem: https://github.com/sampotts/plyr/issues/2782, please help review the code, thank you ### Link to related issue (if applicable) ### Summary of proposed changes
This is the result of my attempt to build locally.  Looking at plyr.js, it seems that the ?? operator is not being compiled.
https://www.readwithu.com/ 无法访问了