@seafile/seafile-database 0.0.42 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -655,7 +655,10 @@ class Store {
655
655
  const operation = this.createOperation({
656
656
  type,
657
657
  view_id: this.viewId,
658
- update
658
+ update,
659
+ success_callback: () => {
660
+ this.context.eventBus.dispatch(_constants.EVENT_BUS_TYPE.RELOAD_DATA);
661
+ }
659
662
  });
660
663
  this.applyOperation(operation);
661
664
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@seafile/seafile-database",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "private": false,
5
5
  "description": "This is a seafile database components",
6
6
  "main": "dist/index.js",
7
7
  "dependencies": {
8
8
  "@seafile/seafile-calendar": "~1.0.3",
9
- "@seafile/seafile-editor": "~3.0.20",
9
+ "@seafile/seafile-editor": "~3.0.25",
10
10
  "axios": "^1.13.5",
11
11
  "classnames": "2.5.1",
12
12
  "dayjs": "1.11.19",