fix: do not open MFE editors automatically on block paste (#35728)

This commit is contained in:
Navin Karkera
2024-10-29 00:04:53 +05:30
committed by GitHub
parent afd1394112
commit 949378f63f

View File

@@ -558,6 +558,7 @@ def _create_block(request):
"locator": str(created_xblock.location),
"courseKey": str(created_xblock.location.course_key),
"static_file_notices": asdict(notices),
"upstreamRef": str(created_xblock.upstream),
})
category = request.json["category"]