We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
, enforceFocus: function () { var that = this $(document).on('focusin.modal', function (e) { if (that.$element[0] !== e.target && !that.$element.has(e.target).length) { that.$element.focus() } }) }
Can somebody explain what this method do ?
The text was updated successfully, but these errors were encountered:
Inquiries that are not about bugs or feature requests belong on the mailing list, not the bug tracker.
Sorry, something went wrong.
It's related to this issue AVapps/FileReader#33
No branches or pull requests
Can somebody explain what this method do ?
The text was updated successfully, but these errors were encountered: