버그 수정

This commit is contained in:
2025-10-11 15:04:32 +09:00
parent 8783bb17c5
commit 717ee2a255
7 changed files with 9 additions and 8 deletions

View File

@@ -1374,6 +1374,7 @@ class Talk {
const talkId = localStorage.getItem(global.tabId);
const workId = localStorage.getItem('workId');
const workNm = localStorage.getItem('workNm');
console.log(talkId, workId, workNm)
if(talkId === null || workId === null) {
global.notifier.alert('통신 오류가 발생 했어요.<br/>새로고침 해주세요.')
return;