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 adb8b9a commit 0a2f1d1Copy full SHA for 0a2f1d1
src/behaviors/attach/attach.js
@@ -544,7 +544,7 @@ const events = {
544
const mutations = {
545
'attributes'({ attributeName, attributeValue = '', settings, self }) {
546
if (settings.observeChanges) {
547
- // only obverve changes that cause layout changes
+ // only observe changes that cause layout changes
548
const styleChanged = attributeName == 'style';
549
const displayChanged = attributeValue.includes('display');
550
if (styleChanged && displayChanged) {
0 commit comments