ComfyUI_frontend
ComfyUI_frontend copied to clipboard
[Bug]: Note that has focus does not save changes
Frontend Version
v1.6.5
Expected Behavior
When I edit a Note and hit reload, after the page reloads, the contents of the Note will remain the same.
Actual Behavior
The contents of the Note revert back to what was there before I edited the Note.
Steps to Reproduce
- Create a Note.
- Type "First version" into it.
- Click outside the node to lose focus.
- Reload the page.
- Observe the contents still say "First version".
- Edit the text to say "Second version".
- Do not click outside the node so it remains focused.
- Reload the page.
- Observe the contents revert back to "First version".
Debug Logs
N/A
Browser Logs
Running on localhost:5173
App.vue:42 ComfyUI Front-end version: 1.6.5
GET http://localhost:5173/api/userdata/comfy.templates.json 404 (Not Found)
Setting JSON
{
"Comfy.DevMode": true,
"Comfy.UseNewMenu": "Top",
"Comfy.Settings.ExtensionPanel": true,
"Comfy.Validation.NodeDefs": true,
"pysssss.SnapToGrid": true,
"Comfy.SnapToGrid.GridSize": 10,
"Comfy.GroupSelectedNodes.Padding": 20,
"Comfy.Graph.CanvasInfo": false,
"Comfy.NodeBadge.NodeSourceBadgeMode": "None",
"Comfy.NodeBadge.NodeIdBadgeMode": "None",
"Comfy.TextareaWidget.FontSize": 16,
"Comfy.LinkRenderMode": 2
}
What browsers do you use to access the UI ?
Google Chrome
Other
No response
┆Issue is synchronized with this Notion page by Unito