Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement dnd for learningpath steps #2422

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

katrinewi
Copy link
Contributor

@katrinewi katrinewi commented Mar 11, 2025

@katrinewi katrinewi force-pushed the learningpath-dnd branch 2 times, most recently from 5f31f6c to c206806 Compare March 11, 2025 11:57
@katrinewi katrinewi requested a review from a team March 11, 2025 11:59
Comment on lines +58 to +67
const StyledDragHandle = styled(DragHandle, {
variants: {
isHidden: {
true: {
opacity: "0",
pointerEvents: "none",
},
},
},
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kan du ikke bare bruke hidden direkte på elementet? Eller tar det ikke opp plass da?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stemmer :/

@katrinewi katrinewi requested a review from Jonas-C March 12, 2025 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants