瀏覽代碼

return if canceled in the website example too

Artur Paikin 6 年之前
父節點
當前提交
9e219784dc
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      website/src/examples/markdown-snippets/app.es6

+ 2 - 0
website/src/examples/markdown-snippets/app.es6

@@ -111,6 +111,7 @@ class MarkdownTextarea {
         template_id: TRANSLOADIT_EXAMPLE_TEMPLATE
       }
     }).then((result) => {
+      if (result === null) return
       this.insertAttachments(
         this.matchFilesAndThumbs(result.results)
       )
@@ -135,6 +136,7 @@ class MarkdownTextarea {
         'dropbox'
       ]
     }).then((result) => {
+      if (result === null) return
       this.insertAttachments(
         this.matchFilesAndThumbs(result.results)
       )