mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-04-02 07:55:11 +08:00
opt: remove fixAutoLines for textfield
This commit is contained in:
@@ -183,7 +183,7 @@ class RequestBlockAddDialog extends StatelessWidget {
|
||||
SwitchWidget(title: localizations.enable, value: item.enabled, onChanged: (val) => enabled = val),
|
||||
const SizedBox(height: 10),
|
||||
TextFormField(
|
||||
initialValue: item.url.fixAutoLines(),
|
||||
initialValue: item.url,
|
||||
maxLines: 3,
|
||||
minLines: 1,
|
||||
decoration: const InputDecoration(
|
||||
|
||||
Reference in New Issue
Block a user