refactor: window storage 이벤트 제거
This commit is contained in:
@@ -268,7 +268,7 @@ function useLocalPresence(roomKey: string, status: PresenceStatus) {
|
||||
}
|
||||
} catch {}
|
||||
};
|
||||
window.addEventListener("storage", onStorage);
|
||||
// window.addEventListener("storage", onStorage);
|
||||
return () => window.removeEventListener("storage", onStorage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user