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.
3464
3465  const $tabId = $('#' + tab.id)
3466
3467  byUser = !!(byUser === true && !$tabId.is('[nu-data-clicked-by-system]'))3468
3469  if (byUser) nuSaveScrollPositions()
3470