mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Fixed bindings
This commit is contained in:
parent
58be6a7ccb
commit
6fc472cb9a
@ -1 +1 @@
|
||||
Subproject commit 0025a367756843ce0297e68ad7dd61dd66307d07
|
||||
Subproject commit d249a80fcd6cf058fd81f0a98a1ce4a5af25acbd
|
File diff suppressed because one or more lines are too long
2
web/dist/index.html
vendored
2
web/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-8305b9d3.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-3b1245a1.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-9198ccfe.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -317,7 +317,9 @@ export default {
|
||||
}
|
||||
},
|
||||
toggleSelected(event) {
|
||||
if (event.target.classList.contains('child-element')) {
|
||||
console.log("event.target.tagName.toLowerCase()")
|
||||
console.log(event.target.tagName.toLowerCase())
|
||||
if (event.target.tagName.toLowerCase() === 'button' || event.target.tagName.toLowerCase() === 'svg') {
|
||||
event.stopPropagation();
|
||||
return;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit af88028e352bd599b2a9fe49b31c8434a4307cbf
|
||||
Subproject commit d205fe80c7cb65ef0b563977592a21e71de4ad73
|
@ -1 +1 @@
|
||||
Subproject commit b54355139c63d39f496eb89665852996ebf9c09d
|
||||
Subproject commit b372f934da4c9cc5b261a9d8f36b5df6a7488b66
|
Loading…
Reference in New Issue
Block a user