fix(svelte): merge conflict
This commit is contained in:
@@ -58,13 +58,6 @@
|
|||||||
let nodeRef: HTMLDivElement;
|
let nodeRef: HTMLDivElement;
|
||||||
let prevNodeRef: HTMLDivElement | null = null;
|
let prevNodeRef: HTMLDivElement | null = null;
|
||||||
|
|
||||||
const nodeTypeValid = !!$nodeTypes[nodeType];
|
|
||||||
|
|
||||||
if (!nodeTypeValid) {
|
|
||||||
console.warn('003', errorMessages['error003'](type!));
|
|
||||||
}
|
|
||||||
|
|
||||||
const nodeComponent = $nodeTypes[nodeType] || DefaultNode;
|
|
||||||
const dispatchNodeEvent = createNodeEventDispatcher();
|
const dispatchNodeEvent = createNodeEventDispatcher();
|
||||||
const connectableStore = writable(connectable);
|
const connectableStore = writable(connectable);
|
||||||
let prevType: string | undefined = undefined;
|
let prevType: string | undefined = undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user