mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
chore: bump bs (#8071)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user