mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-01 03:11:44 +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() {
|
hasNode() {
|
||||||
return this.getFragment() != null
|
return this.getNode() != null
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user