• IndieRodo's avatar
    fix: links to subtitles with special characters (#1949) · 006dae12
    IndieRodo authored
    This issue is related to #1006 . The $vuetify.goTo() function expects a UTF-8 ev.target.hash . However, the markdown CRM URIencodes the ev.target.hash (this is great for browser compatibility, not so much for Vuetify)
    
    Adding decodeURIComponent() to ev.target.hash fixes compatibility with Vuetify.
    
    This fixes GitHub issue #1873
    006dae12
Name
Last commit
Last update
..
components Loading commit data...
graph Loading commit data...
helpers Loading commit data...
libs Loading commit data...
modules Loading commit data...
polyfills Loading commit data...
scss Loading commit data...
static Loading commit data...
store Loading commit data...
themes/default Loading commit data...
client-app.js Loading commit data...
client-setup.js Loading commit data...
index-app.js Loading commit data...
index-legacy.js Loading commit data...
index-setup.js Loading commit data...