You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Detect new variable declaration or changed valuehasVarChange=// Ponyfill has been called before with updateDOMcounters.job>0&&// New/ChangeBoolean(// New declaration(Object.keys(variableStore.job).length>Object.keys(currentVars).length)||// Changed declaration valueBoolean(// Previous declarations existObject.keys(currentVars).length&&// At least one job value does has changedObject.keys(variableStore.job).some(key=>variableStore.job[key]!==currentVars[key])));
The text was updated successfully, but these errors were encountered:
outputcss
The console selects a style element,
The style can be output correctly
Console continue typing,
It doesn't turn red
Deleting a variable is not considered a change
The text was updated successfully, but these errors were encountered: