Skip to content

Commit

Permalink
fix: do not open MFE editors automatically on block paste (#35728)
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera authored Oct 28, 2024
1 parent afd1394 commit 949378f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 949378f

Please sign in to comment.