1
0
Fork 0

feat(core): Pass pattern to insertText hook

This commit is contained in:
joostdecock 2023-07-02 19:40:43 +02:00
parent ff158b96a4
commit 8713993242

View file

@ -159,7 +159,8 @@ Svg.prototype.__insertText = function (text) {
text = hook.method( text = hook.method(
this.pattern.settings[this.pattern.activeSet].locale || 'en', this.pattern.settings[this.pattern.activeSet].locale || 'en',
text, text,
hook.data hook.data,
this.pattern
) )
} }