Add pane splitting by dragged item. Works, but the overlay doesn't clear quite right

This commit is contained in:
K Simmons
2022-10-24 23:31:58 -07:00
parent 70e2951e35
commit cfde3e348c
12 changed files with 308 additions and 280 deletions
+4
View File
@@ -227,5 +227,9 @@ export default function workspace(colorScheme: ColorScheme) {
shadow: colorScheme.modalShadow,
},
},
dropTargetOverlayColor: withOpacity(
foreground(layer),
0.6
),
};
}