no-drop-target doesn't seem to work
Describe the bug
I'm trying to constrain each group to a single panel.
Reading the docs here: https://dockview.dev/docs/core/groups/locked
This should work by setting locked='no-drop-target' but that doesn't seem to do anything.
To Reproduce dockview.dev provides a number of examples with Code Sandbox templates. Are you able to produce the bug by forking one of those templates? Sharing a link to the forked sandbox with the bug would be extremely helpful.
Even locked={true} in the example codesandbox doesn't seem to do anything different from the normal behavior.
Steps to reproduce the behavior:
- Go to the example codesandbox
- try to drag panel 1 into panel 2 group.
- see that it still allows you to add panel 1 to the same group as panel 2.
Expected behavior The expected behavior is that it works as shown in this PR that added the feature.
Screenshots
Desktop (please complete the following information):
- Browser chrome
- Version 138.0.7204.184
Is the ability to prevent tabbing of panels no longer supported?