Compare commits

...

1 Commits

Author SHA1 Message Date
psychedelicious
4a459e2b17 example of drag indicator for layer/gallery tabs 2024-10-10 21:17:55 +10:00

View File

@@ -99,6 +99,7 @@ const PanelTabs = memo(() => {
<Box as="span" w="full">
{layersTabLabel}
</Box>
{dndCtx.active && <Box position="absolute" top={0} left={0} right={0} bottom={0} border="2px solid red" />}
</Tab>
<Tab position="relative" onMouseOver={onOnMouseOverGalleryTab} onMouseOut={onMouseOut}>
{t('gallery.gallery')}