chore: bump bs (#8071)

This commit is contained in:
Saul-Mirone
2024-09-03 12:12:58 +00:00
parent d00f86c3ce
commit 681f4561fb
22 changed files with 206 additions and 214 deletions
@@ -1,7 +1,6 @@
import { type EditorHost, WithDisposable } from '@blocksuite/block-std';
import {
type AIItemGroupConfig,
DocMode,
EdgelessRootService,
scrollbarStyle,
} from '@blocksuite/blocks';
@@ -64,7 +63,7 @@ export class AskAIPanel extends WithDisposable(LitElement) {
item.showWhen
? item.showWhen(
this.host.command.chain(),
this._edgeless ? DocMode.Edgeless : DocMode.Page,
this._edgeless ? 'edgeless' : 'page',
this.host
)
: true