tests: start fixing cypress tests.

This commit is contained in:
Jack Fishwick
2022-11-22 10:55:06 +00:00
parent 3c94b22ac1
commit 44097c15c9
7 changed files with 119 additions and 119 deletions
@@ -178,7 +178,7 @@ const UserSelection = memo(({ isSelectionMode, onClick, onContextMenu, onWheel,
);
return (
<div className="react-flow__selectionpane react-flow__container" {...eventHandlers} ref={container}>
<div className="react-flow__pane react-flow__container" {...eventHandlers} ref={container}>
{children}
{userSelectionActive && userSelectionRect && (
<div