Files
moteva/.gitignore
T
root bb7fce9171 fix(PromptComposer): clear empty editor fillers before chip insertion
Insert a helper that strips filler-only editor content (stray <br> and
caret-anchor text nodes) before inserting reference/annotation chips and
on paste, so chips no longer land after an empty line. Also anchor the
caret after each inserted/updated chip and reorder focus/insert so the
caret reliably follows the new chip.
2026-07-07 23:19:49 +08:00

11 lines
193 B
Plaintext

.playwright-cli/*
.playwright-mcp/*
frontend/node_modules/*
frontend/dist/*
frontend/output/*
frontend/.next/*
frontend/.vercel/*
frontend/.vercel_build_output/*
output/*
.DS_Store
.tools/bin/*