Skip to content

Commit

Permalink
MarqueeSelection disabling resize
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliohome committed Oct 6, 2023
1 parent b17d978 commit 4287805
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/web/src/components/todoItemListPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const TodoItemListPane: FC<TodoItemListPaneProps> = (props: TodoItemListPaneProp
</Stack.Item>
{items.length > 0 &&
<Stack.Item>
<MarqueeSelection selection={selection}>
<DetailsList
items={items}
groups={groups}
Expand All @@ -237,7 +236,6 @@ const TodoItemListPane: FC<TodoItemListPaneProps> = (props: TodoItemListPaneProp
checkButtonAriaLabel="select row"
checkboxVisibility={CheckboxVisibility.always}
onActiveItemChanged={selectItem} />
</MarqueeSelection>
</Stack.Item>
}
{!props.items &&
Expand Down

0 comments on commit 4287805

Please sign in to comment.