Skip to content
Unverified Commit f0d96ed7 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix contacts menu for IE11

IE11 triggers an 'input' event whenever an input is focussed
or loses focus. Thus this causes an endless loading loop as soon
as the view is re-rendered. To prevent this, this remembers the
previous search term and ignores events where the term has not
changed.

Fixes https://github.com/nextcloud/server/issues/5281



Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent 53045982
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment