mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 09:29:49 +02:00
Fix parameter name, remove trailing spaces. (#1101)
This commit is contained in:
committed by
Ian Storm Taylor
parent
25d54e30b0
commit
17adfd2f34
@@ -206,7 +206,7 @@ class Content extends React.Component {
|
|||||||
/**
|
/**
|
||||||
* The React ref method to set the root content element locally.
|
* The React ref method to set the root content element locally.
|
||||||
*
|
*
|
||||||
* @param {Element} n
|
* @param {Element} element
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ref = (element) => {
|
ref = (element) => {
|
||||||
|
Reference in New Issue
Block a user