wthit56@lemmy.world to Perchance - Create a Random Text Generator@lemmy.worldEnglish · 2 months agoHub bug: hash in address does not open corresponding tabmessage-squaremessage-square5fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareHub bug: hash in address does not open corresponding tabwthit56@lemmy.world to Perchance - Create a Random Text Generator@lemmy.worldEnglish · 2 months agomessage-square5fedilinkfile-text
minus-squarewthit56@lemmy.worldOPlinkfedilinkEnglisharrow-up1·2 months agoAh I see… I only used hash because that’s what the address changes to when you click a tab. You can now use history.replaceState() to change the params in the address bar, if you want to change things to use that instead, maybe?
minus-squareVioneT@lemmy.worldMlinkfedilinkEnglisharrow-up1·2 months agoI think if it doesn’t currently break, then keep it the same way XD
Ah I see… I only used hash because that’s what the address changes to when you click a tab. You can now use history.replaceState() to change the params in the address bar, if you want to change things to use that instead, maybe?
I think if it doesn’t currently break, then keep it the same way XD
Yeah that’s fair enough ;p