a tool for shared writing and social publishing

fix logic for when list indent button is disabled

+1 -1
+1 -1
components/Toolbar/ListToolbar.tsx
··· 129 129 } 130 130 disabled={ 131 131 !previousBlock?.listData || 132 - previousBlock.listData.depth !== block?.listData?.depth 132 + previousBlock.listData.depth < block?.listData?.depth! 133 133 } 134 134 onClick={() => { 135 135 if (!rep || !block || !previousBlock) return;