Implement cut/paste for ProjectPanel

This commit is contained in:
Antonio Scandurra 2022-05-30 12:23:21 +02:00
parent 6c145b2abc
commit 37a0c7f046
3 changed files with 120 additions and 6 deletions

View file

@ -26,6 +26,7 @@ export default function projectPanel(theme: Theme) {
text: text(theme, "mono", "active", { size: "sm" }),
}
},
cutEntryFade: 0.4,
ignoredEntryFade: 0.6,
filenameEditor: {
background: backgroundColor(theme, 500, "active"),