Fix drag and drop with sortablejs (#16343)

This commit is contained in:
Paul Bottein 2023-04-28 14:40:01 +02:00 committed by GitHub
parent 3b33195ff6
commit 6379713f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"))) {