fix: 阻止了冒泡之后将无法正常跳转页内anchor
This commit is contained in:
parent
62d2e6d65f
commit
b735266b94
|
@ -34,8 +34,6 @@ var sourceVisible = localStorage.getItem('source-visible') === 'true';
|
|||
}
|
||||
|
||||
$translated.on('click', function (event) {
|
||||
// for nested structure.
|
||||
event.stopPropagation();
|
||||
$english.toggleClass('hidden');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue