feat(add ds):

This commit is contained in:
Alexander Myasoedov
2025-01-07 15:42:32 +02:00
parent 8857842e40
commit cf2f2e255a
6 changed files with 293 additions and 7 deletions
+3
View File
@@ -272,6 +272,9 @@ var app = new Vue({
},
adjustHeight(event) {
const element = event.target;
if (!element) {
return
}
// Reset height to ensure accurate measurement
element.style.height = 'auto';
// Adjust height based on scrollHeight