mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 06:29:29 +01:00
hide column buttons when no note is in editor
This commit is contained in:
@@ -797,7 +797,7 @@ export const ActionSheetComponent = ({
|
||||
/>
|
||||
) : null}
|
||||
|
||||
{columnItems.length > 0 ? (
|
||||
{note.id && columnItems.length > 0 ? (
|
||||
<View
|
||||
style={{
|
||||
paddingHorizontal: 12,
|
||||
|
||||
Reference in New Issue
Block a user