feat(core): peek view api enhancements (#7288)

upstream https://github.com/toeverything/blocksuite/pull/7390
fix AF-917
This commit is contained in:
pengx17
2024-06-21 07:38:42 +00:00
parent f85a321bfa
commit e085b927f6
15 changed files with 182 additions and 219 deletions

View File

@@ -81,7 +81,7 @@ window.addEventListener('focus', () => {
frameworkProvider.get(LifecycleService).applicationStart();
export function App() {
performanceRenderLogger.info('App');
performanceRenderLogger.debug('App');
if (!languageLoadingPromise) {
languageLoadingPromise = loadLanguage().catch(console.error);