feat: fix class name

This commit is contained in:
SaikaSakura
2022-07-29 10:14:27 +08:00
parent 57bbf5aebe
commit 66488d1ec8
@@ -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;