mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
Merge branch 'develop' into feature/remove-react-fc
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user