Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/ui/util/

This commit is contained in:
Claire
2022-10-11 10:51:33 +02:00
parent d3879c07b1
commit 015e798394
27 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import scheduleIdleTask from 'flavours/glitch/utils/schedule_idle_task';
import getRectFromEntry from 'flavours/glitch/utils/get_rect_from_entry';
import scheduleIdleTask from '../features/ui/util/schedule_idle_task';
import getRectFromEntry from '../features/ui/util/get_rect_from_entry';
// Diff these props in the "unrendered" state
const updateOnPropsForUnrendered = ['id', 'index', 'listLength', 'cachedHeight'];