waveterm/frontend/app/view/webview
Evan Simkowitz 6684a5c2b8
Only call WebViewModel.handleNavigate for main frame navigations (#1488)
Navigation events are issued not just for main page navigations, but
also for iframes, among other things. With our old behavior, if an
iframe tries to load in a webpage, we would update the webview url and
make the iframe the primary page, which is wrong. Now, we only do this
for main frame navigations.

closes #1487
2024-12-11 10:33:37 -08:00
..
webview.scss Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
webview.tsx Only call WebViewModel.handleNavigate for main frame navigations (#1488) 2024-12-11 10:33:37 -08:00