From a628b1453c4985389b0c352f399a1f4896021996 Mon Sep 17 00:00:00 2001 From: Felipe Simoes Date: Fri, 27 Sep 2024 15:40:01 +0200 Subject: [PATCH] Feature virtual dom and dom reducers --- scripts/render/component-list.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/render/component-list.js b/scripts/render/component-list.js index da64b262..c137d596 100644 --- a/scripts/render/component-list.js +++ b/scripts/render/component-list.js @@ -112,10 +112,4 @@ export const injectedComponents = [ children: [], attributes: [], }, - { - tag: 'div', - class: ['popup-trigger'], - children: [], - attributes: [], - }, ];