fix: don't update editing presence when there's only one online user

This commit is contained in:
Tienson Qin
2026-01-21 19:38:48 +08:00
parent 36c5afeece
commit 1790643904
2 changed files with 8 additions and 4 deletions

View File

@@ -231,7 +231,7 @@
.block-editing-avatar-wrap {
@apply absolute top-1/2 -translate-y-1/2 pointer-events-none;
left: 2px;
left: 6px;
z-index: 2;
}