Shun Miyazawa 2 ani în urmă
părinte
comite
d6ddf74a21

+ 0 - 1
apps/app/src/client/services/side-effects/drawio-modal-launcher-for-view.ts

@@ -67,7 +67,6 @@ export const useDrawioModalLauncherForView = (opts?: {
         if (conflictData != null) {
           // Called if conflicts occur after resolving conflicts
           onConflict?.(conflictData, newMarkdown);
-          return;
         }
 
         logger.error('failed to save', error);

+ 0 - 1
apps/app/src/client/services/side-effects/handsontable-modal-launcher-for-view.ts

@@ -68,7 +68,6 @@ export const useHandsontableModalLauncherForView = (opts?: {
         if (conflictData != null) {
           // Called if conflicts occur after resolving conflicts
           onConflict?.(conflictData, newMarkdown);
-          return;
         }
 
         logger.error('failed to save', error);