chore: don't animate in-chat tooltips (#4034)
This commit is contained in:
parent
218e9ab3fd
commit
00641b901c
1 changed files with 2 additions and 0 deletions
|
|
@ -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#
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue