mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-26 10:49:49 +02:00
update docify + add libplotly
This commit is contained in:
@ -150,7 +150,12 @@ class Docify extends this.OS.application.BaseApplication
|
||||
@clear_preview()
|
||||
.catch (e) =>
|
||||
@error e.toString(), e
|
||||
|
||||
@find("bt-upload-doc").onbtclick = (e) =>
|
||||
"#{@setting.docpath}/unclassified".asFileHandle().upload()
|
||||
.then (r) =>
|
||||
@notify __("File uploaded")
|
||||
.catch (e) =>
|
||||
@error e.toString(), e
|
||||
@find("bt-edit-doc").onbtclick = (e) =>
|
||||
item = @docview.selectedItem
|
||||
catiem = @catview.selectedItem
|
||||
|
Reference in New Issue
Block a user