• Resolved Yuki

    (@despairzh)


    When click comment area or reply button, js (https://s0.wp.com/_static/??/wp-content/mu-plugins/likes/queuehandler.js,/wp-content/mu-plugins/admin-bar/masterbar-tracks.js,/wp-includes/js/wp-embed.min.js?m=1637119189j) throw error
    Uncaught TypeError: Cannot read properties of null (reading 'contains')

    js codes is:

    document.addEventListener( 'click', e => {
    	const container = document.querySelector( '#likes-other-gravatars' );
    
    	if ( ! container.contains( e.target ) ) {
    		container.style.display = 'none';
    	}
    } );
    
    

    I tried to disable likes function in both comment and share, still output this error.

    • This topic was modified 3 years, 3 months ago by Yuki.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t comments “reply to”’ is closed to new replies.