mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
Changed the default style, colors, and some visual tweaks
This commit is contained in:
@@ -2552,7 +2552,8 @@ LGraphTextureKuwaharaFilter.pixel_shader = "\n\
|
||||
if(video_streams.length)
|
||||
{
|
||||
var webcam = video_streams[0];
|
||||
webcam.stop();
|
||||
if( webcam.stop )
|
||||
webcam.stop();
|
||||
}
|
||||
|
||||
this._webcam_stream = null;
|
||||
|
||||
Reference in New Issue
Block a user