Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed index.js 404 error issue , replaced string concatenation with ES6 Template Literals #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bhxlla
Copy link

@bhxlla bhxlla commented Aug 15, 2020

  1. Replaced String Concatenation with ES6 Template Literals for inline-styling,
  2. Used DocumentFragment to append all the buttons inside .selection element for better performance.
  3. Prevented the Selection Pop-up from Opening when a user clicks anywhere on the document and not select the text, When we double clicked on any empty space , it would open a pop-up with a '\n' character a text selected.
  4. Added script link to index.js which doesn't exist in the root directory , hence showed the error on the console.
  5. Removed additional count variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant