chore: don't animate in-chat tooltips (#4034)

This commit is contained in:
ggurdin 2025-09-18 12:40:51 -04:00 committed by GitHub
parent 218e9ab3fd
commit 00641b901c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,6 +112,7 @@ class RoomCreationStateEventState extends State<RoomCreationStateEvent> {
top: 16.0,
),
onClose: () => setState(() {}),
animate: false,
),
if (_members <= 1 && InstructionsEnum.clickMessage.isToggledOff)
const InstructionsInlineTooltip(
@ -121,6 +122,7 @@ class RoomCreationStateEventState extends State<RoomCreationStateEvent> {
right: 16.0,
top: 16.0,
),
animate: false,
),
// Pangea#
],