mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
Extract Sticky Nav controller
This commit is contained in:
parent
2054be7bd4
commit
c9cfae11f7
4 changed files with 13 additions and 11 deletions
|
@ -22,6 +22,10 @@ export default class extends Controller {
|
|||
}
|
||||
}
|
||||
|
||||
click() {
|
||||
this.dispatch('click');
|
||||
}
|
||||
|
||||
disconnect() {
|
||||
this.instance.destroy();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue