diff --git a/client/src/components/title-bar/TitleBar.tsx b/client/src/components/title-bar/TitleBar.tsx index f43f559e..52b7f414 100644 --- a/client/src/components/title-bar/TitleBar.tsx +++ b/client/src/components/title-bar/TitleBar.tsx @@ -80,7 +80,13 @@ export const TitleBar = () => { key: id(), children: [ { ...view, size: 80 }, - { type: "leaf", key: id(), content: { type: "" }, size: 20 }, + { + type: "leaf", + key: id(), + content: { type: "" }, + size: 20, + acceptDrop: true, + }, ], }, };