new & opt.
opt.: input field auto focus opt.: snippet page top padding new: setting of editor font size
This commit is contained in:
@@ -345,6 +345,7 @@ class _LocalStoragePageState extends State<LocalStoragePage> {
|
||||
context: context,
|
||||
title: Text(_s.rename),
|
||||
child: Input(
|
||||
autoFocus: true,
|
||||
controller: TextEditingController(text: fileName),
|
||||
onSubmitted: (p0) {
|
||||
context.pop();
|
||||
|
||||
Reference in New Issue
Block a user