fix: private file uploads in assignment text editor

This commit is contained in:
Jannat Patel
2025-10-10 15:52:35 +05:30
parent f72631a262
commit 78640561f5
6 changed files with 6615 additions and 5595 deletions

View File

@@ -130,6 +130,9 @@
@change="(val) => (answer = val)"
:editable="true"
:fixedMenu="true"
:uploadArgs="{
private: true,
}"
editorClass="prose-sm max-w-none border-b border-x bg-surface-gray-2 rounded-b-md py-1 px-2 min-h-[7rem]"
/>
</div>