ianstormtaylor / slate

A completely customizable framework for building rich text editors. (Currently in beta.)

Home Page:http://slatejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I think we will need Operation.isInsertNodeOperation, Operation.isMergeNodeOperation,...etc

jiawei686 opened this issue · comments

Problem
Operation.isNodeOperation isn't enough to implement type guard
image

Solution
I think we will need Operation.isInsertNodeOperation, Operation.isMergeNodeOperation,...etc