超能刚哥

Results 63 comments of 超能刚哥

我这边用的下面的代码测试的,应该跟你的情况是一样的吧,2秒后显示所有控件,但是点媒体按钮是有效的,你那边点媒体按钮无效,那控制台有什么报错出现么?你的React版本是什么? ```js import React from 'react' import ReactDOM from 'react-dom' import BraftEditor from 'braft-editor' class Demo extends React.Component { constructor(props) { super(props) this.state = { showControls: false } } componentDidMount...

通过延时和onClick触发其实效果是一样的,你加下QQ群725634541吧,在这里交流效率太低了

检查node_modules是否存在多个版本的draft-js,或者安装过别的基于draft-js的包?

I did some modification in `FFFastImageView.m`: ```obj-c #import "FFFastImageView.h" // modify start #import // modify end @implementation FFFastImageView { BOOL hasSentOnLoadStart; BOOL hasCompleted; BOOL hasErrored; // modify start SDWebImageManager* imageManager;...

same for me, waiting for update

啊哈哈,这里都能看到敖厂长的图

https://braft.margox.cn/demos/block 看看这个?

prism理论上应该是支持更改前缀的吧?

For the ColorPicker component, you can use it like this: ```js BraftEditor.use(ColorPicker({ clearButtonText: 'Clear', closeButtonText: 'Close' })) ``` and for the BraftEditor componet: ```jsx ```

不好意思之前太忙忘记这茬了,最近一段时间有点忙,等后面抽空看看能不能从composition事件下手来解决这个问题