Skip to content

Commit f8432fc

Browse files
jlukicCopilot
andauthored
Chore: triple equals
Co-authored-by: Copilot <[email protected]>
1 parent 0cca63d commit f8432fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behaviors/attach/attach.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ const mutations = {
545545
'attributes'({ attributeName, attributeValue = '', settings, self }) {
546546
if (settings.observeChanges) {
547547
// only observe changes that cause layout changes
548-
const styleChanged = attributeName == 'style';
548+
const styleChanged = attributeName === 'style';
549549
const displayChanged = attributeValue.includes('display');
550550
if (styleChanged && displayChanged) {
551551
self.reposition();

0 commit comments

Comments
 (0)