1
0
Fork 0
Dieser Commit ist enthalten in:
Angus McLeod 2023-05-23 10:27:42 +02:00
Ursprung 12ca60775a
Commit 4bfea70dde

Datei anzeigen

@ -69,7 +69,10 @@ export default {
}, },
_wizardInsertText(text, options) { _wizardInsertText(text, options) {
if (this.session.wizardEventFieldId === this.fieldId && this.element) { if (
this.session.wizardEventFieldId === this.fieldId &&
this.element
) {
this.insertText(text, options); this.insertText(text, options);
} }
}, },