How to close the small editor window when injecting language reference in intellij?

Viewed 597

As suggested by this document, I'm using language injection feature to edit strings with intellij.

But my problem is even after my work done and un-injecting the language reference, (as per '7.' mentioned in the documentation), the small editor window appearing (which can be seen by '6.' in the documentation) is still not getting closed.

Is there any key combination or any other way to close it easily?

1 Answers
Related