solve library insert issue. also added mute functionality. now working on draggable.
This commit is contained in:
@ -2,6 +2,8 @@ import { Atom, atom, computed } from "nanostores"
|
||||
import { $composition, Nugget, Operation, PromptItem, addToOperation, itemIsNugget, itemIsOperation, lassoNuggets } from "../lib/prompt";
|
||||
import { Op } from "../lib/operator";
|
||||
|
||||
export type DropCandidate = string | string []
|
||||
|
||||
export type DragDropState = {
|
||||
currentSourceId?: string | null,
|
||||
currentDropCandidateId?: string | null,
|
||||
|
Reference in New Issue
Block a user