WEB-33452 Changing vue component tag doesnt change closing tag

This commit is contained in:
Alexander Doroshko
2018-07-19 19:48:16 +03:00
parent 8012aa3f06
commit 34e12adeb3
@@ -274,7 +274,7 @@ public class EditorTestFixture {
assertNotNull(lookup);
lookup.finishLookup(completionChar);
};
CommandProcessor.getInstance().executeCommand(myProject, command, null, null);
CommandProcessor.getInstance().executeCommand(myProject, command, null, null, myEditor.getDocument());
}
public PsiElement getElementAtCaret() {