Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 17, 2024
1 parent 8430c28 commit b2c65bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/index.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function groupByArray<T>(items: T[], keyGetter: (item: T) => string[]) {
export function setCustomCssRootClass(className, oldClassName?) {
const rootView = Application.getRootView();
const rootModalViews = rootView._getRootModalViews();
DEV_LOG && console.log('setCustomCssRootClass', rootView, className, oldClassName);
// DEV_LOG && console.log('setCustomCssRootClass', rootView, className, oldClassName);
function addCssClass(rootView, cssClass) {
cssClass = `${CSSUtils.CLASS_PREFIX}${cssClass}`;
CSSUtils.pushToSystemCssClasses(cssClass);
Expand Down

0 comments on commit b2c65bd

Please sign in to comment.