Skip to content

Commit

Permalink
notes: add notes about osr
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Sep 13, 2024
1 parent d4c964a commit bf91157
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ class ChatWebView(val editor: Editor, val messageHandler: (event: Events.FromCha
.setEnableOpenDevToolsMenuItem(true)
.setUrl("http://refactai/index.html")
// change this to enable dev tools
// setting to false prevents "Accept diff with tab"
// setting to true causes slow scroll issues :/
.setOffScreenRendering(true)
.build()

Expand Down

0 comments on commit bf91157

Please sign in to comment.