We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cca63d commit f8432fcCopy full SHA for f8432fc
src/behaviors/attach/attach.js
@@ -545,7 +545,7 @@ const mutations = {
545
'attributes'({ attributeName, attributeValue = '', settings, self }) {
546
if (settings.observeChanges) {
547
// only observe changes that cause layout changes
548
- const styleChanged = attributeName == 'style';
+ const styleChanged = attributeName === 'style';
549
const displayChanged = attributeValue.includes('display');
550
if (styleChanged && displayChanged) {
551
self.reposition();
0 commit comments