Html – The conditional code is running without checking the condition
I am trying to hide an element if the mousedown event gets triggered on body but don't want it to hide if another element is clicked. The code is working fine if I don't use the logical or Operator and…