Skip to content

Commit

Permalink
Issue yairEO#1331 by gxleano: Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
David Galeano committed Apr 28, 2024
1 parent d7ecdc6 commit bfacb7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/tagify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tagify.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/parts/events.js
Expand Up @@ -274,8 +274,7 @@ export default {
isBelong = withinTag && this.DOM.scope.contains(document.activeElement),
isReadyOnlyTag = isBelong && focusedElm.hasAttribute('readonly'),
nextTag;

//if( !isBelong || isReadyOnlyTag ) return;

if( !isBelong || isReadyOnlyTag ) return;

nextTag = focusedElm.nextElementSibling;
Expand Down

0 comments on commit bfacb7a

Please sign in to comment.