mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
opt: multiSelect (#935)
This commit is contained in:
committed by
GitHub
parent
d246462535
commit
7b51f15753
@@ -97,7 +97,7 @@ class _CreateVotePageState extends State<CreateVotePage> {
|
||||
..add(
|
||||
_buildInput(
|
||||
theme,
|
||||
key: ValueKey(e.hashCode),
|
||||
key: ObjectKey(e),
|
||||
showDel: showDel,
|
||||
onDel: () {
|
||||
FocusManager.instance.primaryFocus?.unfocus();
|
||||
|
||||
Reference in New Issue
Block a user