Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/orestbida/cookieconsent
/ addModalClass
Function
addModalClass
src/utils/gui-manager.js:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
: currentLayout._defaultAlignH;
162
163
const
addModalClass = className => {
164
className && addClass(modal, modalClassPrefix + className);
165
};
166
167
addModalClass(currentLayoutName);
168
addModalClass(currentLayoutVariant);
Callers
1
setLayout
Function · 0.85
Calls
1
addClass
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…