Remove focus on Heart icon (Crush action) when clicked
This commit is contained in:
parent
48890e5b5e
commit
e85e59d875
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue