chore: bump blocksuite (#1298)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
Yifeng Wang
2023-03-04 04:17:06 +08:00
committed by GitHub
parent 50ff9b0c5c
commit 205092180b
14 changed files with 95 additions and 95 deletions
@@ -39,7 +39,7 @@ As a pro tip, you can combine multiple providers! For example, feel free to open
For any feedback, please visit [BlockSuite issues](https://github.com/toeverything/blocksuite/issues) 📍`;
const pagePromise = new Promise<Page>(resolve => {
workspace.signals.pageAdded.once(pageId => {
workspace.slots.pageAdded.once(pageId => {
const page = workspace.getPage(pageId) as Page;
pageOrPagePromise = page;
resolve(page);