From 44c98612edebd2c97905e224152f0e661404aacc Mon Sep 17 00:00:00 2001 From: alirezakazemeini Date: Tue, 27 Jun 2023 22:59:15 +0330 Subject: [PATCH] gui file updated to prevent duplicate injections --- src/dat/gui/GUI.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dat/gui/GUI.js b/src/dat/gui/GUI.js index 42889da..b4646f2 100644 --- a/src/dat/gui/GUI.js +++ b/src/dat/gui/GUI.js @@ -27,8 +27,6 @@ import common from '../utils/common'; import styleSheet from './style.scss'; // CSS to embed in build -// css.inject(styleSheet); - /** @ignore Outer-most className for GUI's */ const CSS_NAMESPACE = 'dg';