tweak(tasklist): Extend limit to 200.
This commit is contained in:
@@ -48,7 +48,7 @@ class TasklistCaller(LeoUI):
|
||||
class SingleEditor(FastModal):
|
||||
task: TextInput = TextInput(
|
||||
label='',
|
||||
max_length=100,
|
||||
max_length=200,
|
||||
required=True
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user