fix typo in dataeditor prop
This commit is contained in:
parent
a968231750
commit
c76feeeed6
@ -206,7 +206,7 @@ class DataEditor(NoSSRComponent):
|
|||||||
get_cell_content: Var[str]
|
get_cell_content: Var[str]
|
||||||
|
|
||||||
# Allow selection for copying.
|
# Allow selection for copying.
|
||||||
get_cell_for_selection: Var[bool]
|
get_cells_for_selection: Var[bool]
|
||||||
|
|
||||||
# Allow paste.
|
# Allow paste.
|
||||||
on_paste: Var[bool]
|
on_paste: Var[bool]
|
||||||
|
Loading…
Reference in New Issue
Block a user