From 54e7cf0c3aa185bd55b0e21c935b518ec0fb728f Mon Sep 17 00:00:00 2001 From: Daniel Baines Date: Thu, 20 Jun 2019 15:23:32 +0100 Subject: [PATCH] Add CustomEvent polyfill and fire drop event in load dialog --- editor.html | 1 + python-main.js | 7 +++++-- static/js/custom-event-polyfill.js | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 static/js/custom-event-polyfill.js diff --git a/editor.html b/editor.html index bbc82448..493f286e 100644 --- a/editor.html +++ b/editor.html @@ -254,6 +254,7 @@

{{ title }}

+