fix crash when notebook pinned

This commit is contained in:
ammarahm-ed
2020-03-17 09:59:04 +05:00
parent d0eff3a20b
commit 01110207c4

View File

@@ -6,6 +6,8 @@ import {useTracked} from '../../provider';
import {ACTIONS} from '../../provider/actions';
import {eSendEvent} from '../../services/eventManager';
import {eScrollEvent} from '../../services/events';
import {NotebookItem} from '../NotebookItem';
import {hexToRGBA} from '../../utils/utils';
const SimpleList = ({
data,