solve library insert issue. also added mute functionality. now working on draggable.

This commit is contained in:
Jordan
2024-03-02 09:13:21 -08:00
parent bef7b8e2cf
commit 6da57d63bb
10 changed files with 130 additions and 35 deletions

View File

@ -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,