Skip to content

SearchPopupField: Fix animations control

ivan tkachenko requested to merge work/ratijas/search-field-animations-init into master
  1. Animations in a form of property interceptors are running by default. They should be explicitly disabled at start.

  2. To ensure they don't fight each other, stop another one before starting a new one.

Merge request reports