mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
star folder (#2955)
This commit is contained in:
@@ -58,15 +58,15 @@ class EditorUtilities {
|
||||
);
|
||||
}
|
||||
|
||||
unStarFile () {
|
||||
unStarItem () {
|
||||
return (
|
||||
seafileAPI.unStarFile(repoID, this.filePath)
|
||||
seafileAPI.unStarItem(this.repoID, this.filePath)
|
||||
);
|
||||
}
|
||||
|
||||
starFile() {
|
||||
starItem() {
|
||||
return (
|
||||
seafileAPI.starFile(this.repoID, this.filePath)
|
||||
seafileAPI.starItem(this.repoID, this.filePath)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user