electrobun 0.0.19-beta.129 → 0.0.19-beta.130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electrobun",
3
- "version": "0.0.19-beta.129",
3
+ "version": "0.0.19-beta.130",
4
4
  "description": "Build ultra fast, tiny, and cross-platform desktop apps with Typescript.",
5
5
  "license": "MIT",
6
6
  "author": "Blackboard Technologies Inc.",
@@ -7,6 +7,6 @@
7
7
  "start": "electrobun build && electrobun dev"
8
8
  },
9
9
  "dependencies": {
10
- "electrobun": "0.0.19-beta.129"
10
+ "electrobun": "0.0.19-beta.130"
11
11
  }
12
12
  }
@@ -218,6 +218,7 @@ class MultitabBrowser {
218
218
  webview.setAttribute('src', tab.url);
219
219
  webview.setAttribute('id', `webview-${tab.id}`);
220
220
  webview.setAttribute('masks', '#bookmarks-dropdown');
221
+ webview.setAttribute('renderer', 'cef');
221
222
  webview.classList.add('tab-webview');
222
223
 
223
224
  // Add webview to container