fix z-index action to account for deleted elems and add tests (#1077)

This commit is contained in:
David Luzar
2020-03-26 08:28:50 +01:00
committed by GitHub
parent fb82715ef7
commit 6fd2a3b2e5
5 changed files with 254 additions and 31 deletions

View File

@ -1,6 +1,5 @@
export { isOverScrollBars } from "./scrollbars";
export {
getSelectedIndices,
deleteSelectedElements,
isSomeElementSelected,
getElementsWithinSelection,