ComfyUI_frontend icon indicating copy to clipboard operation
ComfyUI_frontend copied to clipboard

[Bug]: Note that has focus does not save changes

Open gremlation opened this issue 11 months ago • 3 comments

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

  1. Create a Note.
  2. Type "First version" into it.
  3. Click outside the node to lose focus.
  4. Reload the page.
  5. Observe the contents still say "First version".
  6. Edit the text to say "Second version".
  7. Do not click outside the node so it remains focused.
  8. Reload the page.
  9. 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

gremlation avatar Dec 24 '24 18:12 gremlation