hotfix(@desktop/chat): Removed the condition that was causing the chat highlight animation to run each time it was visible
This commit is contained in:
parent
3271aff7c7
commit
6deb900ac5
|
@ -172,7 +172,6 @@ Item {
|
|||
|
||||
SequentialAnimation {
|
||||
id: messageFoundAnimation
|
||||
running: visible
|
||||
PauseAnimation {
|
||||
duration: 600
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue