drowsy-probius / twitch-icon-selector

Found empty block statements JS-0009
Anti-pattern
Minor
a year ago2 years old
Empty block statement.
  1const setInputTippyInstance = (destroyOnly=false) => {
  2  try { inputTippyInstance.destroy(); } catch(e) { }  3  if(destroyOnly === true) return;
  4
  5  inputTippyInstance = tippy(inputArea, {