mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Fixing the dragDrop behavior on the sidebar, which still uses the classic layout
This commit is contained in:
parent
4654825245
commit
c3cb8961a3
1 changed files with 5 additions and 0 deletions
|
|
@ -48,7 +48,12 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
||||||
{
|
{
|
||||||
dragSelector: '[data-item-id] [draggable="true"]',
|
dragSelector: '[data-item-id] [draggable="true"]',
|
||||||
dropSelector: null
|
dropSelector: null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
dragSelector: '[data-item-id][draggable="true"]',
|
||||||
|
dropSelector: null
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
contextMenus: [
|
contextMenus: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue