Skip to content
Snippets Groups Projects
Commit 0de9f409 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Remove items if blurred

parent ad623849
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,10 @@ ...@@ -96,6 +96,10 @@
this.suggesting = false this.suggesting = false
}, 1) }, 1)
} }
// If blurred
else {
this.items = []
}
} }
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment