chore (client, minor): slightly more readable condition
This commit is contained in:
parent
81b9fdf397
commit
97e6dc1bb4
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ const keymap = {
|
||||||
s: () => showContent.value !== showContent.value,
|
s: () => showContent.value !== showContent.value,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!appearNote.value.historyId) {
|
if (appearNote.value.historyId == null) {
|
||||||
useNoteCapture({
|
useNoteCapture({
|
||||||
rootEl: el,
|
rootEl: el,
|
||||||
note: appearNote,
|
note: appearNote,
|
||||||
|
|
Loading…
Reference in a new issue