mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 18:39:51 +02:00
fix typo in transfer (#247)
This commit is contained in:
committed by
Ian Storm Taylor
parent
0413d93305
commit
af29cf6e70
@@ -237,7 +237,7 @@ class Transfer {
|
||||
*/
|
||||
|
||||
hasNode() {
|
||||
return this.getFragment() != null
|
||||
return this.getNode() != null
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user