rename removeMark to unsetMark
This commit is contained in:
@@ -37,7 +37,7 @@ const TextStyle = Mark.create({
|
||||
return true
|
||||
}
|
||||
|
||||
return commands.removeMark('textStyle')
|
||||
return commands.unsetMark('textStyle')
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user