Fixed typo in typings of EdgeMixin
parent
02ea6f1ceb
commit
19273293a1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue