mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-25 21:21:54 +00:00
Migrate from Cypress to Playwright
This commit is contained in:
@@ -473,7 +473,7 @@ export function App() {
|
||||
mcpBridge.setSetSelectionCallback((id: string) => {
|
||||
onSelection({id, generation: 0});
|
||||
});
|
||||
}, [mcpBridge]);
|
||||
}, [mcpBridge, location]);
|
||||
|
||||
function updateUrl(args: queryString.ParsedQuery<any>) {
|
||||
const search = queryString.parse(location.search);
|
||||
|
||||
Reference in New Issue
Block a user