pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.38k stars 104 forks source link

Add undo support to autocomplete #203

Closed JaredTherriault closed 3 months ago

JaredTherriault commented 4 months ago

Yes, execCommand is deprecated, but it's what's available to us at the moment. A fallback is also included in the event that support for execCommand is dropped or not present.