mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-15 22:56:15 +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