Skip to content

Commit 9b3cee5

Browse files
author
Hwashiang Yu
committed
MAGETWO-98351: Update transaction email variable dialog
- Resolved improper whitespacing
1 parent f8c04e6 commit 9b3cee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Variable/view/adminhtml/web/variables.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ window.Variables = {
118118
updateElementAtCursor(textareaElm, Variables.variablesValue[variable - 1]);
119119
} else {
120120
updateElementAtCursor(textareaElm, variable);
121-
} textareaElm.focus();
121+
}
122+
textareaElm.focus();
122123
textareaElm.scrollTop = scrollPos;
123124
jQuery(textareaElm).change();
124125
textareaElm = null;

0 commit comments

Comments
 (0)