diff --git a/light9/web/timeline/timeline.coffee b/light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee +++ b/light9/web/timeline/timeline.coffee @@ -303,6 +303,8 @@ Polymer onDrop: (effect, pos) -> U = (x) => @graph.Uri(x) + return unless effect and effect.match(/^http/) + # we could probably accept some initial overrides right on the # effect uri, maybe as query params