Fixed typo in typings of EdgeMixin

development
Anatoliy Mayorov 2022-10-05 16:50:46 +03:00
parent 02ea6f1ceb
commit 19273293a1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import type { CellStyle } from '../../types';
declare module '../Graph' {
interface Graph {
resetEdgesOnResize: boolean;
resetEdgesOnMove: false;
resetEdgesOnMove: boolean;
resetEdgesOnConnect: boolean;
connectableEdges: boolean;
allowDanglingEdges: boolean;