Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
437 stars 53 forks source link

Add test on text widget popover dismiss #719

Closed christian-byrne closed 1 week ago

christian-byrne commented 1 week ago

The bug that was fixed in Comfy-org/litegraph.js#86 only occurred with text widgets. The original testcase failed to catch it as it only covered number widgets.

Expanded the test to cover both types of widgets.