improve resetNodeAttributes command

This commit is contained in:
Philipp Kühn
2020-11-18 15:18:30 +01:00
parent 4a78318a74
commit e9602626b7
6 changed files with 48 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ export const Commands = Extension.create({
*/
removeMarks,
/**
* Resets all node attributes to the default value.
* Resets node attributes to the default value.
*/
resetNodeAttributes,
/**