You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
×
Unhandled Rejection (SyntaxError): Failed to execute 'querySelector' on 'Document': '#%EC%82%AC%EC%9D%B4%EB%93%9C%EB%B0%94' is not a valid selector.
VueComponent.jumpToHash
I clicked
[sidebar](./options#사이드바)
hash link.but, url link encoded.
sidebar
so I Got result below.
so, I edit jumpToHash() to get Decoded string.
now, no more
'9C%EB%B0%94' is not a valid selector
. but still It's not jump to hash position.I think that jump.js can't recognize hash position.
The text was updated successfully, but these errors were encountered: