Skip to content

Commit

Permalink
Disable JBR TextInput API stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tsarn committed May 21, 2024
1 parent af4fb3f commit f8dc3cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class JBRApiModule {
.clientProxy("java.awt.Font$Features", "com.jetbrains.FontExtensions$Features")
.service("com.jetbrains.FontMetricsAccessor", "sun.font.FontDesignMetrics$Accessor")
.clientProxy("sun.font.FontDesignMetrics$Overrider", "com.jetbrains.FontMetricsAccessor$Overrider")
.service("com.jetbrains.TextInput", "sun.lwawt.macosx.JBRTextInputMacOS", "com.jetbrains.desktop.JBRTextInput")
.service("com.jetbrains.TextInput", "sun.lwawt.macosx.JBRTextInputMacOS")
.clientProxy("com.jetbrains.desktop.JBRTextInput$EventListener", "com.jetbrains.TextInput$EventListener")
.proxy("com.jetbrains.TextInput$SelectTextRangeEvent", "com.jetbrains.desktop.JBRTextInput$SelectTextRangeEvent");
}
Expand Down

0 comments on commit f8dc3cf

Please sign in to comment.