mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 02:35:33 +03:00
🐛 Fix bug that it does always move to beginning of line after
entering first character in expression input
This commit is contained in:
parent
a0b7abed20
commit
72bd291efb
@ -112,7 +112,7 @@ export default mixins(
|
||||
|
||||
AutoFormat.DEFAULTS = {
|
||||
expression: {
|
||||
trigger: /[\w\s]/,
|
||||
trigger: /\B[\w\s]/,
|
||||
find: /\{\{[^\s,;:!?}]+\}\}/i,
|
||||
format: 'variable',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user