Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在玩SlateJS v0.34.5。有没有办法切换编辑器只读状态?
v0.34.5
我已经想通了。我真傻。添加readOnly属性,state然后Editor按如下方式传递它
readOnly
state
Editor
<Editor readonly={this.state.readOnly} />
然后做一些常规setState的事情来切换它。
setState