smalos / nubuilder_dev

Found shorthand type coercions JS-0066
Anti-pattern
Minor
1 occurrence in this check
use Boolean(byUser === true && !$tabId.is('[nu-data-clicked-by-system]')) instead.
3411
3412  const $tabId = $('#' + tab.id)
3413
3414  byUser = !!(byUser === true && !$tabId.is('[nu-data-clicked-by-system]'))3415
3416  if (byUser) nuSaveScrollPositions()
3417