mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Missing include
This commit is contained in:
parent
fc4e1485ad
commit
b6d70f4434
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
const { ipcRenderer } = require('electron');
|
||||
const { ipcRenderer, webFrame } = require('electron');
|
||||
|
||||
// expose ipcRenderer to the renderer process
|
||||
window.ipcRenderer = ipcRenderer;
|
||||
|
|
Loading…
Reference in a new issue