Files
notesnook/apps/web/src/views
thecodrr c9866fe6c7 fix: crash when an item was removed from Virtuouso
This was a pesky bug. Basically the `props.items.length` did not get updated which resulted in the `index` being always one greater than actual. Since `index[out-of-range]` is `undefined` in JS, the app crashed as it could not find any prop. Very pesky. Fixed it however.
2020-04-21 12:42:58 +05:00
..
2020-04-16 11:32:18 +05:00
2020-04-20 13:30:23 +05:00
2020-04-19 14:16:58 +05:00
2020-03-26 10:32:28 +05:00
2020-04-20 11:20:42 +05:00
2020-04-19 14:16:01 +05:00
2020-04-16 12:39:54 +05:00