Skip to content

Commit

Permalink
fix: revert modal resize removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafin-dev committed Nov 5, 2024
1 parent 31f648d commit 4be0148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/static/js/edxnotes/plugins/llm_summarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
`);
textArea.value = data.summary;
textArea.style.height = `${textArea.scrollHeight}px`;
textAreaWrapper.querySelector(".annotator-resize").remove();

if (annotatorForm.offsetHeight > editorTop){
textArea.style.maxHeight = `${editorTop - controlsHeight - tagFieldHeight}px`;
Expand Down

0 comments on commit 4be0148

Please sign in to comment.