mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
feat: bump blocksuite (#7372)
This commit is contained in:
@@ -168,12 +168,6 @@ export class AskAIButton extends WithDisposable(LitElement) {
|
||||
});
|
||||
};
|
||||
|
||||
override firstUpdated() {
|
||||
this.disposables.add(() => {
|
||||
this._edgeless?.tool.setEdgelessTool({ type: 'default' });
|
||||
});
|
||||
}
|
||||
|
||||
override disconnectedCallback() {
|
||||
super.disconnectedCallback();
|
||||
this._clearAbortController();
|
||||
|
||||
@@ -126,7 +126,6 @@ const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
|
||||
enable_expand_database_block: 'Enable Expand Database Block',
|
||||
enable_database_statistics: 'Enable Database Block Statistics',
|
||||
enable_block_query: 'Enable Todo Block Query',
|
||||
enable_edgeless_text: 'Enable New Edgeless Text',
|
||||
enable_ai_onboarding: 'Enable AI Onboarding',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user