Skip to content

Commit

Permalink
Merge branch 'release-ghost-orchid'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 20, 2021
2 parents e375a05 + b3d7fb0 commit e9e877a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gwt/src/org/rstudio/studio/RStudio.gwt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@
</replace-with>
<replace-with class="org.rstudio.studio.client.common.impl.DesktopTextInput">
<when-type-is class="org.rstudio.studio.client.common.TextInput"/>
<when-property-is name="rstudio.electron" value="false"/>
<all>
<when-property-is name="rstudio.desktop" value="true"/>
<when-property-is name="rstudio.electron" value="false"/>
</all>
</replace-with>

<!-- define permutations for emulated and native stack modes -->
Expand Down

0 comments on commit e9e877a

Please sign in to comment.