mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 16:26:58 +08:00
feat(editor): replace slot with rxjs subject (#10768)
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"date-fns": "^4.0.0",
|
||||
"lit": "^3.2.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"rxjs": "^7.8.1",
|
||||
"yjs": "^13.6.21",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Disposable } from '@blocksuite/global/slot';
|
||||
import type { Disposable } from '@blocksuite/global/disposable';
|
||||
import type { ZodType } from 'zod';
|
||||
|
||||
import type { DataSource } from '../data-source/base.js';
|
||||
|
||||
@@ -8,7 +8,7 @@ import type {
|
||||
EventName,
|
||||
UIEventHandler,
|
||||
} from '@blocksuite/block-std';
|
||||
import type { Disposable } from '@blocksuite/global/slot';
|
||||
import type { Disposable } from '@blocksuite/global/disposable';
|
||||
import type { ReadonlySignal } from '@preact/signals-core';
|
||||
|
||||
import type { DataSource } from '../common/index.js';
|
||||
|
||||
Reference in New Issue
Block a user