Remove focus on Heart icon (Crush action) when clicked

This commit is contained in:
Niko 2022-02-18 12:01:45 +01:00
parent 48890e5b5e
commit e85e59d875
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ app.pages.meet = {
},
actions: {
crush: function() {
document.activeElement.blur();
const current = app.pages.meet.dataCurrent();
if (current === null)
return console.error('TODO: add-to-toast: notify user an unknown error')