|
@@ -1319,6 +1319,7 @@ const handleHomeworkSubmit = async () => {
|
|
iframeElement.contentWindow.document &&
|
|
iframeElement.contentWindow.document &&
|
|
iframeElement.contentWindow.document.body
|
|
iframeElement.contentWindow.document.body
|
|
) {
|
|
) {
|
|
|
|
+ isSubmitting.value = true
|
|
|
|
|
|
const _ajs = iframeElement.contentWindow.document.createElement('script')
|
|
const _ajs = iframeElement.contentWindow.document.createElement('script')
|
|
_ajs.type = 'text/javascript'
|
|
_ajs.type = 'text/javascript'
|