Files
notesnook/apps
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
..