diff --git a/src/components/note-list/ListPropertiesPopover.tsx b/src/components/note-list/ListPropertiesPopover.tsx index 7ab8fb7a..f601020f 100644 --- a/src/components/note-list/ListPropertiesPopover.tsx +++ b/src/components/note-list/ListPropertiesPopover.tsx @@ -34,6 +34,7 @@ function SortablePropertyItem({ id, checked, onToggle }: { id: string; checked: const { attributes, listeners, setNodeRef, transform, transition } = useSortable({ id }) const style = { transform: CSS.Transform.toString(transform), transition } const inputId = propertyInputId(id) + const dragAttributes = { ...attributes, tabIndex: -1 } return (