mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Open tab in folder
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
7ee6032232
commit
7bf964cea5
1 changed files with 2 additions and 2 deletions
|
|
@ -69,9 +69,9 @@ window.addEventListener('DOMContentLoaded', () => {
|
|||
icon() {
|
||||
return imagePath('libresign', 'app-dark')
|
||||
},
|
||||
actionHandler(fileName) {
|
||||
actionHandler(fileName, context) {
|
||||
OCA.Files.Sidebar.setActiveTab('libresign')
|
||||
OCA.Files.Sidebar.open('/' + fileName)
|
||||
OCA.Files.Sidebar.open(context.dir + '/' + fileName)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue