标签: slatejs
我正在玩SlateJS v0.34.5。有没有办法切换编辑器的只读状态?
v0.34.5
答案 0 :(得分:0)
我知道了。我真傻在readOnly中添加state属性,然后在Editor中按如下方式传递
readOnly
state
Editor
<Editor readonly={this.state.readOnly} />
然后进行常规的setState切换操作。
setState