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

@@ -32,7 +32,7 @@
"dayjs": "^1.11.6",
"dompurify": "^3.2.6",
"feather-icons": "^4.28.0",
"frappe-ui": "^0.1.200",
"frappe-ui": "^0.1.201",
"highlight.js": "^11.11.1",
"lucide-vue-next": "^0.383.0",
"markdown-it": "^14.0.0",

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>

File diff suppressed because it is too large Load Diff