Skip to content

Commit

Permalink
Fix sorter placeholder with grid elements. Closes #4991
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Mar 23, 2023
1 parent 6184b6c commit 4a56ef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/Sorter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ export default class Sorter extends View {
case 'list-item':
case 'table':
case 'flex':
case 'grid':
return true;
}
return;
Expand Down

0 comments on commit 4a56ef3

Please sign in to comment.