1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed node related item profile popout

This commit is contained in:
Fedor Katurov 2022-01-09 21:24:20 +07:00
parent 8311d3d43d
commit c0ece70f89
13 changed files with 106 additions and 186 deletions

View file

@ -20,7 +20,7 @@ export const useMessageEventReactions = () => {
return;
}
console.log('caught event:', type);
console.log('caught event:', type, event.data);
switch (type) {
case EventMessageType.OAuthLogin: