Skip to content

Commit

Permalink
removing comment and fixing selectionMode state
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDanLu committed May 9, 2022
1 parent 1b4c449 commit 8de08d6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ import React from 'react';
// TODO: add overflow mode and thumbnails when those PRs are merged
let states = [
{isQuiet: true},
// No visual difference between single and multiple
{selectionMode: 'single'},
{selectionMode: 'multiple'},
{density: ['compact', 'spacious']},
{selectionStyle: 'highlight'}
];
Expand Down

0 comments on commit 8de08d6

Please sign in to comment.