mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix crash when notebook pinned
This commit is contained in:
@@ -6,6 +6,8 @@ import {useTracked} from '../../provider';
|
|||||||
import {ACTIONS} from '../../provider/actions';
|
import {ACTIONS} from '../../provider/actions';
|
||||||
import {eSendEvent} from '../../services/eventManager';
|
import {eSendEvent} from '../../services/eventManager';
|
||||||
import {eScrollEvent} from '../../services/events';
|
import {eScrollEvent} from '../../services/events';
|
||||||
|
import {NotebookItem} from '../NotebookItem';
|
||||||
|
import {hexToRGBA} from '../../utils/utils';
|
||||||
|
|
||||||
const SimpleList = ({
|
const SimpleList = ({
|
||||||
data,
|
data,
|
||||||
|
|||||||
Reference in New Issue
Block a user