chore: bump blocksuite (#7489)

This commit is contained in:
EYHN
2024-07-15 07:58:25 +00:00
parent 242c41b440
commit 063c206289
10 changed files with 130 additions and 110 deletions

View File

@@ -162,8 +162,10 @@ export class ChatCopyMore extends WithDisposable(LitElement) {
this._moreButton,
this._moreMenu,
({ display }) => (this._showMoreMenu = display === 'show'),
0,
-100
{
mainAxis: 0,
crossAxis: -100,
}
);
}
}