REFACTOR Removing un ecessary console logs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ab817e16e1
commit
8d6b6ca05f
|
|
@ -4,7 +4,6 @@ export default function handleShareButton() {
|
|||
|
||||
shareButton.addEventListener('click', () => {
|
||||
const isOpen = shareButton.classList.contains('is-open');
|
||||
console.log(isOpen);
|
||||
if (!isOpen) {
|
||||
shareButton.classList.add('is-open');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user