I used to be able to drag the monsters over to the builder and from there put them in their own sections that I could name. That option is gone. Where did it go?
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
How I can do it on my phone but on PC the ****er never works. It just highlights shit or right clicks. What, where, etc. do you do on PC with a mouse to drag/drop?
It's a css issue. They've got the drop area without a height set so there's no where to drop it. Then on smaller resolutions it loses its draggable feature. Should be relatively easy to fix for them.
I used to be able to drag the monsters over to the builder and from there put them in their own sections that I could name. That option is gone. Where did it go?
Are you sure you're remembering right?
Never been able to do that before.
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
The dragging of monsters over to the encounter doesn't seem to be working anymore but the grouping still works.
What OS/browser are you using?
Yes, he is remembering correctly as you were able to do this. The grouping still works though.
How I can do it on my phone but on PC the ****er never works. It just highlights shit or right clicks. What, where, etc. do you do on PC with a mouse to drag/drop?
It's a css issue. They've got the drop area without a height set so there's no where to drop it. Then on smaller resolutions it loses its draggable feature. Should be relatively easy to fix for them.
This would fix the drag area part:
.encounter-builder-sidebar__drop-target--monster.is-dragging--monster {
height:100%;
}
Example: