mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-27 07:39:56 +02:00
feat(add ds):
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user