mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 11:47:48 +01:00
fix nodeeditor context menu issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "talemate"
|
||||
version = "0.33.0"
|
||||
version = "0.32.3"
|
||||
description = "AI-backed roleplay and narrative tools"
|
||||
authors = [{name = "VeguAITools"}]
|
||||
license = {text = "GNU Affero General Public License v3.0"}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
__all__ = ["VERSION"]
|
||||
|
||||
VERSION = "0.33.0"
|
||||
VERSION = "0.32.3"
|
||||
|
||||
4
talemate_frontend/package-lock.json
generated
4
talemate_frontend/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "talemate_frontend",
|
||||
"version": "0.33.0",
|
||||
"version": "0.32.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "talemate_frontend",
|
||||
"version": "0.33.0",
|
||||
"version": "0.32.3",
|
||||
"dependencies": {
|
||||
"@codemirror/lang-json": "^6.0.1",
|
||||
"@codemirror/lang-markdown": "^6.2.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "talemate_frontend",
|
||||
"version": "0.33.0",
|
||||
"version": "0.32.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -820,15 +820,12 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
@import "litegraph.js/css/litegraph.css";
|
||||
</style>
|
||||
|
||||
<style>
|
||||
/* Litegraph styles */
|
||||
@import "litegraph.js/css/litegraph.css";
|
||||
|
||||
.litegraph.litecontextmenu {
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
.litegraph.lite-search-item {
|
||||
padding: 2px;
|
||||
|
||||
@@ -75,16 +75,17 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
expand: false,
|
||||
selected: "0.32.2",
|
||||
selected: "0.32.3",
|
||||
whatsNew: [
|
||||
{
|
||||
version: '0.32.2',
|
||||
version: '0.32.3',
|
||||
items: [
|
||||
{
|
||||
title: "Bugfix release",
|
||||
description: "Bug fixes and connection improvements.",
|
||||
items: [
|
||||
"Fix KoboldCpp connection issues"
|
||||
"Fix KoboldCpp connection issues",
|
||||
"Fix LiteGraph context menu positioning issue"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user