mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-164859 Throwable at com.intellij.openapi.application.impl.NoSwingUnderWriteAction.a
This commit is contained in:
+5
@@ -57,6 +57,11 @@ public class AddSchemaPrefixIntention extends PsiElementBaseIntentionAction {
|
||||
return NAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean startInWriteAction() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invoke(@NotNull Project project, Editor editor, @NotNull PsiElement element) throws IncorrectOperationException {
|
||||
final XmlAttribute xmlns = getXmlnsDeclaration(element);
|
||||
|
||||
Reference in New Issue
Block a user