how to unpin all nodes in comfyui workflow

Based on the docs, the “P” hotkey is designed to pin/unpin data for a single selected node [docs.n8n.io]( Keyboard shortcuts | n8n Docs ). For multiple nodes, you’ll need to unpin them individually since bulk operations aren’t supported via shortcuts.
A workaround:
1. Use “Ctrl+A” to select all nodes
2. Right-click any node → choose “Pin Data” from the context menu to toggle pinned state for all selected nodes
https://community.n8n.io/t/unpin-all-nodes-p-doesnt-work/217495