Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
8c5d45e7
Commit
8c5d45e7
authored
Mar 16, 2023
by
Zentropivity
Browse files
Correct html head and switch litegraph to pointer mode.
parent
ef71d2c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
web/index.html
web/index.html
+2
-1
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+1
-1
No files found.
web/index.html
View file @
8c5d45e7
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/litegraph.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/litegraph.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"style.css"
/>
<script
type=
"text/javascript"
src=
"lib/litegraph.core.js"
></script>
<script
type=
"text/javascript"
src=
"lib/litegraph.core.js"
></script>
<script
type=
"module"
>
<script
type=
"module"
>
import
{
app
}
from
"
/scripts/app.js
"
;
import
{
app
}
from
"
/scripts/app.js
"
;
await
app
.
setup
();
await
app
.
setup
();
...
...
web/lib/litegraph.core.js
View file @
8c5d45e7
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
release_link_on_empty_shows_menu
:
false
,
//[true!] dragging a link to empty space will open a menu, add from list, search or defaults
release_link_on_empty_shows_menu
:
false
,
//[true!] dragging a link to empty space will open a menu, add from list, search or defaults
pointerevents_method
:
"
mouse
"
,
// "mouse"|"pointer" use mouse for retrocompatibility issues? (none found @ now)
pointerevents_method
:
"
pointer
"
,
// "mouse"|"pointer" use mouse for retrocompatibility issues? (none found @ now)
// TODO implement pointercancel, gotpointercapture, lostpointercapture, (pointerover, pointerout if necessary)
// TODO implement pointercancel, gotpointercapture, lostpointercapture, (pointerover, pointerout if necessary)
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment