mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 11:40:00 +00:00
lots of fixes, added support for selection rectangle, rearrange nodes, highlight links, copypaste with links and fixed several bugs
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
<div class="meta">
|
||||
<p>
|
||||
Defined in
|
||||
<a href="../files/.._src_litegraph.js.html#l164"><code>../src/litegraph.js:164</code></a>
|
||||
<a href="../files/.._src_litegraph.js.html#l165"><code>../src/litegraph.js:165</code></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
<div class="meta">
|
||||
<p>
|
||||
Defined in
|
||||
<a href="../files/.._src_litegraph.js.html#l182"><code>../src/litegraph.js:182</code></a>
|
||||
<a href="../files/.._src_litegraph.js.html#l183"><code>../src/litegraph.js:183</code></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -344,7 +344,7 @@
|
||||
<div class="meta">
|
||||
<p>
|
||||
Defined in
|
||||
<a href="../files/.._src_litegraph.js.html#l225"><code>../src/litegraph.js:225</code></a>
|
||||
<a href="../files/.._src_litegraph.js.html#l226"><code>../src/litegraph.js:226</code></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
<div class="meta">
|
||||
<p>
|
||||
Defined in
|
||||
<a href="../files/.._src_litegraph.js.html#l238"><code>../src/litegraph.js:238</code></a>
|
||||
<a href="../files/.._src_litegraph.js.html#l239"><code>../src/litegraph.js:239</code></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -470,7 +470,7 @@
|
||||
<div class="meta">
|
||||
<p>
|
||||
Defined in
|
||||
<a href="../files/.._src_litegraph.js.html#l260"><code>../src/litegraph.js:260</code></a>
|
||||
<a href="../files/.._src_litegraph.js.html#l261"><code>../src/litegraph.js:261</code></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -601,7 +601,8 @@
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<p>create a new node type by passing a function, it wraps it with a propper class</p>
|
||||
<p>Create a new node type by passing a function, it wraps it with a propper class and generates inputs according to the parameters of the function.
|
||||
Useful to wrap simple methods that do not require properties, and that only process some input to generate an output.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user