Add pane splitting by dragged item. Works, but the overlay doesn't clear quite right
This commit is contained in:
@@ -227,5 +227,9 @@ export default function workspace(colorScheme: ColorScheme) {
|
||||
shadow: colorScheme.modalShadow,
|
||||
},
|
||||
},
|
||||
dropTargetOverlayColor: withOpacity(
|
||||
foreground(layer),
|
||||
0.6
|
||||
),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user