We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b67427 commit b49643dCopy full SHA for b49643d
flutter-idea/src/io/flutter/view/EmbeddedBrowser.java
@@ -22,13 +22,11 @@
22
import io.flutter.analytics.Analytics;
23
import io.flutter.devtools.DevToolsUrl;
24
import io.flutter.utils.AsyncUtils;
25
-import org.jetbrains.annotations.NotNull;
26
import io.flutter.utils.LabelInput;
+import org.jetbrains.annotations.NotNull;
27
28
import javax.swing.*;
29
import java.awt.*;
30
-import java.awt.event.MouseAdapter;
31
-import java.awt.event.MouseEvent;
32
import java.util.ArrayList;
33
import java.util.HashMap;
34
import java.util.List;
0 commit comments