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
Нет возможности подписаться на события mouseenter и mouseleave в секции live
live: { this.liveBindTo('elem', 'mouseenter', function(e) { this._onMouseEnter(e); }) }
В этом случае mouseenter будет повешен на document и не будет зажигаться каждый раз когда происходит mouseenter на непосредсвенно элементе. https://github.com/bem/bem-bl/blob/support/2.x/blocks-common/i-bem/__dom/i-bem__dom.js#L1217
mouseenter
The text was updated successfully, but these errors were encountered:
Тут что нибудь происходит? Мне тоже интересно
Sorry, something went wrong.
@golyshevd код затащили внутрь, так что здесь уже апдейтов не будет. Вопрос стоит адресовать команде Islands.
No branches or pull requests
Нет возможности подписаться на события mouseenter и mouseleave в секции live
В этом случае
mouseenter
будет повешен на document и не будет зажигаться каждый раз когда происходитmouseenter
на непосредсвенно элементе.https://github.com/bem/bem-bl/blob/support/2.x/blocks-common/i-bem/__dom/i-bem__dom.js#L1217
The text was updated successfully, but these errors were encountered: