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 3d05847 commit 029d1bdCopy full SHA for 029d1bd
src/core/registry.js
@@ -94,7 +94,7 @@ const registry = {
94
const transform = pattern.transform || pattern.prototype?.transform;
95
if (transform) {
96
try {
97
- transform($(content));
+ transform.bind(pattern.prototype)($(content));
98
} catch (e) {
99
if (dont_catch) {
100
throw e;
0 commit comments