Merge branch 'develop' into feature/remove-react-fc

This commit is contained in:
DarkSky
2022-08-12 19:18:57 +08:00
committed by GitHub
64 changed files with 1953 additions and 1059 deletions
@@ -54,4 +54,5 @@ const StyledButton = styled('div')({
backgroundColor: 'transparent',
width: '100%',
height: '100%',
color: '#B9CAD5',
});
@@ -264,6 +264,7 @@ const Draggable = styled(Button)({
backgroundColor: 'transparent',
width: '16px',
height: '22px',
color: '#B9CAD5',
'& svg': {
fontSize: '20px',
marginLeft: '-2px',
@@ -93,7 +93,7 @@ export class LeftMenuPlugin extends BasePlugin {
}
};
private _onDrop = () => {
private _onDrop = (e: React.DragEvent<Element>) => {
this._lineInfo.next(undefined);
};
private _handleDragOverBlockNode = async (