ComfyUI_frontend
ComfyUI_frontend copied to clipboard
Allow graph navigation by browser forward/backward
- On graph change, set the
graph.idas location hash - Use
window.onhashchangeto navigate to the targetgraph.ideither in the current, or any other loaded workflow.
canvasStore.currentGraph does not trigger when app.loadGraphData is called. A trigger could be forced here, but I'm concerned about side effects. Instead updateHash is manually called.
Code search shows that there are no current custom nodes using onhashchange
┆Issue is synchronized with this Notion page by Unito