mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-27 01:55:11 +00:00
feat: update URL bar when selecting a packet for easy sharing
This commit is contained in:
@@ -712,6 +712,7 @@
|
||||
|
||||
async function selectPacket(id) {
|
||||
selectedId = id;
|
||||
history.replaceState(null, '', `#/packet/${id}`);
|
||||
renderTableRows();
|
||||
const isMobileNow = window.innerWidth <= 640;
|
||||
let panel;
|
||||
|
||||
Reference in New Issue
Block a user