수정정
This commit is contained in:
parent
a1de83b5cc
commit
7a51ee37c8
@ -150,7 +150,6 @@ const saveWord = () => {
|
|||||||
typeof op.insert === 'string' ? op.insert.trim() : op.insert
|
typeof op.insert === 'string' ? op.insert.trim() : op.insert
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 내용 체크
|
// 내용 체크
|
||||||
if(content.value == '' || inserts.join('') === ''){
|
if(content.value == '' || inserts.join('') === ''){
|
||||||
wordContentAlert.value = true;
|
wordContentAlert.value = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user