Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
fixed issue with modal stealing input even after it is destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Kowalewski committed Dec 13, 2012
1 parent 76fea8a commit 38befcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/modal.js
Expand Up @@ -275,7 +275,7 @@ function Modal(api)
}

// Undelegate focus handler
docBody.undelegate('*', 'focusin'+namespace);
docBody.unbind('focusin'+namespace);
}

// Remove bound events
Expand Down

0 comments on commit 38befcb

Please sign in to comment.