mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-28 11:47:01 +02:00
Preserve Editor State (#151)
This commit is contained in:
@@ -31,6 +31,7 @@ export function FolderSettingsDialog({ folderId }: Props) {
|
||||
placeholder="Folder description"
|
||||
className="min-h-[10rem] border border-border px-2"
|
||||
defaultValue={folder.description}
|
||||
stateKey={`description.${folder.id}`}
|
||||
onChange={(description) => {
|
||||
if (folderId == null) return;
|
||||
updateFolder({
|
||||
|
||||
Reference in New Issue
Block a user