feat: update editor provider

This commit is contained in:
QiShaoXuan
2022-12-07 15:50:05 +08:00
parent f160b68a19
commit dec83774a1
4 changed files with 150 additions and 22 deletions
-2
View File
@@ -6,8 +6,6 @@ import EdgelessToolbar from '@/components/edgeless-toolbar';
import MobileModal from '@/components/mobile-modal';
import Editor from '@/components/editor';
import '@/components/simple-counter';
const StyledEditorContainer = styled('div')(({ theme }) => {
return {
height: 'calc(100vh - 60px)',