ID is no longer required.

This commit is contained in:
Harald Brunner 2022-06-06 21:07:50 +02:00
commit 70c754d515

View file

@ -46,7 +46,6 @@
let buttonRef = null; let buttonRef = null;
let innerModal = null; let innerModal = null;
let didClickInnerModal = false; let didClickInnerModal = false;
const id = "ccs-" + Math.random().toString(36);
setContext("ComposedModal", { setContext("ComposedModal", {
closeModal: () => { closeModal: () => {