mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:08:40 +00:00
#226 also for text layer
This commit is contained in:
parent
d04866879a
commit
b1ae78f48c
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ class _TextViewState extends State<TextLayer> {
|
|||
child: TextField(
|
||||
controller: textController,
|
||||
autofocus: true,
|
||||
maxLines: null,
|
||||
minLines: 1,
|
||||
onEditingComplete: () {
|
||||
setState(() {
|
||||
widget.layerData.isDeleted = textController.text == "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue