Closed hanayashiki closed 3 years ago
Previously, the <a> tags rendered in bubbles are opened internally in electron, which is not what users expect.
<a>
Now I introduce the electron bridge to handle that by electron, by adding an optional window.electronHelpers, which does not hurt the browser app.
window.electronHelpers
Perhaps adds a little overhead to the browser app.
Previously, the
<a>
tags rendered in bubbles are opened internally in electron, which is not what users expect.Now I introduce the electron bridge to handle that by electron, by adding an optional
window.electronHelpers
, which does not hurt the browser app.Perhaps adds a little overhead to the browser app.