diff --git a/src/utils/Sorter.ts b/src/utils/Sorter.ts index 0c489dc2e..00d08c84e 100644 --- a/src/utils/Sorter.ts +++ b/src/utils/Sorter.ts @@ -648,6 +648,7 @@ export default class Sorter extends View { case 'list-item': case 'table': case 'flex': + case 'grid': return true; } return;