diff --git a/ChatTwo.Tests/ChatTwo.Tests.csproj b/ChatTwo.Tests/ChatTwo.Tests.csproj
index 984b19b..3af4180 100644
--- a/ChatTwo.Tests/ChatTwo.Tests.csproj
+++ b/ChatTwo.Tests/ChatTwo.Tests.csproj
@@ -38,10 +38,6 @@
$(DalamudLibPath)\FFXIVClientStructs.dll
false
-
- $(DalamudLibPath)\ImGui.NET.dll
- false
-
$(DalamudLibPath)\Lumina.dll
false
diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj
index 85dde5c..00ad333 100755
--- a/ChatTwo/ChatTwo.csproj
+++ b/ChatTwo/ChatTwo.csproj
@@ -1,6 +1,6 @@
- 1.31.2
+ 1.32.0
net9.0-windows
enable
enable
@@ -17,7 +17,7 @@
-
+
@@ -40,15 +40,16 @@
-
-
- Always
-
-
- Always
-
-
- Always
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ChatTwo/Http/Frontend/src/components/TabPane.svelte b/ChatTwo/Http/Frontend/src/components/TabPane.svelte
index 5e2cc42..2298655 100644
--- a/ChatTwo/Http/Frontend/src/components/TabPane.svelte
+++ b/ChatTwo/Http/Frontend/src/components/TabPane.svelte
@@ -25,8 +25,9 @@
}
function ontransitionend() {
- if (scrolledToBottom)
+ if (scrolledToBottom) {
scrollMessagesToBottom();
+ }
}
@@ -50,9 +51,9 @@
{#each knownTabs as tab}
- -
+
-
{/each}
diff --git a/ChatTwo/Http/Frontend/src/components/TabPaneOpener.svelte b/ChatTwo/Http/Frontend/src/components/TabPaneOpener.svelte
index 5971efe..a03e8df 100644
--- a/ChatTwo/Http/Frontend/src/components/TabPaneOpener.svelte
+++ b/ChatTwo/Http/Frontend/src/components/TabPaneOpener.svelte
@@ -1,5 +1,5 @@
-