Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
7ef25eff
Commit
7ef25eff
authored
Jun 24, 2021
by
dindigala
Browse files
refactor: remove obsolete code
parent
590e284f
Pipeline
#206472
passed with stages
in 3 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mixins/navigation.js
View file @
7ef25eff
...
...
@@ -15,20 +15,9 @@ export default {
methods
:
{
toggleSheet
(
itemIndex
)
{
const
link
=
this
.
itemurls
[
itemIndex
];
this
.
defaultView
();
this
.
defaultView
();
this
.
$router
.
push
({
query
:
{
itemurl
:
link
}
});
// const tree = document.getElementsByClassName('view-tree');
//
// if (tree.length) {
// window.location.hash = `selectedItem-${link}`;
// tree[0].scrollBy(0, -80);
// }
//
// this.sequenceindex = this.computedsequenceindex;
// this.updateItem(this.itemurls[itemIndex], this.sequenceindex);
// this.updateSequenceIndex(this.sequenceindex);
},
updateItem
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment