mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
feat: fix class name
This commit is contained in:
@@ -3,7 +3,7 @@ import { useState } from 'react';
|
||||
import { styled } from '@toeverything/components/ui';
|
||||
import { BlockEditor } from '@toeverything/framework/virgo';
|
||||
|
||||
const GRID_ADD_HANDLE_NAME = 'rid-add-handle';
|
||||
const GRID_ADD_HANDLE_NAME = 'grid-add-handle';
|
||||
|
||||
type GridHandleProps = {
|
||||
editor: BlockEditor;
|
||||
|
||||
Reference in New Issue
Block a user