From 6379713f57e263aa2989cf5341636a9a0c231448 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 28 Apr 2023 14:40:01 +0200 Subject: [PATCH] Fix drag and drop with sortablejs (#16343) --- src/html/_js_base.html.template | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/html/_js_base.html.template b/src/html/_js_base.html.template index ed3408e16e..e2fc752b4a 100644 --- a/src/html/_js_base.html.template +++ b/src/html/_js_base.html.template @@ -9,13 +9,6 @@ script.src = src; return script; } - window.Polymer = { - lazyRegister: true, - useNativeCSSProperties: true, - dom: "shadow", - suppressTemplateNotifications: true, - suppressBindingNotifications: true, - }; window.polymerSkipLoadingFontRoboto = true; if (!("customElements" in window && "content" in document.createElement("template"))) {