feat: bump blocksuite (#7298)

## Features
- https://github.com/toeverything/BlockSuite/pull/7390 @pengx17

## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7380 @CatsJuice

## Refactor

## Misc
This commit is contained in:
akumatus
2024-06-21 07:07:58 +00:00
parent 1dc254a755
commit f85a321bfa
8 changed files with 92 additions and 91 deletions

View File

@@ -277,6 +277,7 @@ export function patchPeekViewService(
peek: (target: ActivePeekView['target']) => {
logger.debug('center peek', target);
service.peekView.open(target);
return Promise.resolve();
},
};
});