Skip to content

Commit e8531de

Browse files
committed
fix(pat inject): Fix logic for adding executing-class to the pat-inject element.
1 parent 8fd3872 commit e8531de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/inject/inject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ const inject = {
726726
}
727727
});
728728
// Put the execute class on the elem that has pat inject on it
729-
cfgs.filter((cfg) => cfg?.loadingClass).forEach((cfg) =>
729+
cfgs.filter((cfg) => cfg?.executingClass).forEach((cfg) =>
730730
$el.addClass(cfg.executingClass)
731731
);
732732

0 commit comments

Comments
 (0)