fix: disable animation "add to" action menu (#24040)
parent
b974ed5735
commit
ec2fa6e308
|
|
@ -77,6 +77,7 @@ class AddActionButton extends ConsumerWidget {
|
||||||
color: context.themeData.scaffoldBackgroundColor,
|
color: context.themeData.scaffoldBackgroundColor,
|
||||||
position: _menuPosition(context),
|
position: _menuPosition(context),
|
||||||
items: items,
|
items: items,
|
||||||
|
popUpAnimationStyle: AnimationStyle.noAnimation,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (selected == null) {
|
if (selected == null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue