You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, for the id-locked1 group, if i change panel1.group.header.hidden = false and drag other panel to locked1 group, the locked1 group can still be dropped to create new tab panel. Does it work as expected? so confusing
what's more, I cannot find any codesandbox example to show how to use disableDnd={true}.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@mathuo
from the locked example
dockview/packages/docs/sandboxes/lockedgroup-dockview/src/app.tsx
Line 28 in 374bd2a
locked1
group, if i changepanel1.group.header.hidden = false
and drag other panel to locked1 group, the locked1 group can still be dropped to create new tab panel. Does it work as expected? so confusingwhat's more, I cannot find any codesandbox example to show how to use
disableDnd={true}
.disableDnd={true}
: the tab can be dragged, but cannot be droppedBeta Was this translation helpful? Give feedback.
All reactions