We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1448451 commit d855419Copy full SHA for d855419
src/actions/mover.ts
@@ -177,10 +177,6 @@ export class Mover {
177
dragStrategy.isNewBlock,
178
);
179
180
- // Explicitly call `hidePreview` because it is not called in revertDrag.
181
- // @ts-expect-error Access to private property connectionPreviewer.
182
- dragStrategy.connectionPreviewer.hidePreview();
183
-
184
// Save the position so we can put the cursor in a reasonable spot.
185
// @ts-expect-error Access to private property connectionCandidate.
186
const target = dragStrategy.connectionCandidate?.neighbour;
0 commit comments