mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:57:44 +00:00
TextEditor: Replace InProcessWebView with OutOfProcessWebView
This commit is contained in:
parent
9f3789cdc7
commit
f6af2d747e
4 changed files with 6 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
"name": "editor"
|
||||
},
|
||||
{
|
||||
"class": "Web::InProcessWebView",
|
||||
"class": "Web::OutOfProcessWebView",
|
||||
"name": "webview",
|
||||
"visible": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue