feat: bump more deps (#14079)

This commit is contained in:
DarkSky
2025-12-10 16:02:28 +08:00
committed by GitHub
parent 40f3337d45
commit cb0ff04efa
194 changed files with 2155 additions and 2297 deletions

View File

@@ -279,10 +279,10 @@ export class AffineToolbarWidget extends WidgetComponent {
const range = std.range.value ?? null;
const activated = Boolean(
context.activated &&
range &&
result &&
!result.isCollapsed() &&
result.from.length + (result.to?.length ?? 0)
range &&
result &&
!result.isCollapsed() &&
result.from.length + (result.to?.length ?? 0)
);
batch(() => {