diff light9/web/edit-choice.coffee @ 1693:53f751982ddf

WIP polymer2 upgrade, timeline rewrite Ignore-this: 73b86663c0dcb783c9c6e65f6be901a
author drewp@bigasterisk.com
date Thu, 26 Apr 2018 05:40:12 +0000
parents 6b535f723a45
children f2265601ead6
line wrap: on
line diff
--- a/light9/web/edit-choice.coffee	Wed Mar 21 08:31:45 2018 +0000
+++ b/light9/web/edit-choice.coffee	Thu Apr 26 05:40:12 2018 +0000
@@ -34,7 +34,10 @@
       else
         null
 
-    onDrop(uri, pos)
+    try
+      onDrop(uri, pos)
+    catch e
+      console.log(e)
     unhighlight()