|
|
@@ -20,7 +20,13 @@ import { throttle, debounce } from 'throttle-debounce';
|
|
|
|
|
|
import { useShouldExpandContent } from '~/client/services/layout';
|
|
|
import { useUpdateStateAfterSave } from '~/client/services/page-operation';
|
|
|
-import { updatePage, extractRemoteRevisionDataFromErrorObj, useConflictResolver, useConflictEffect, type ConflictHandler } from '~/client/services/update-page';
|
|
|
+import {
|
|
|
+ updatePage,
|
|
|
+ extractRemoteRevisionDataFromErrorObj,
|
|
|
+ useConflictResolver,
|
|
|
+ useConflictEffect,
|
|
|
+ type ConflictHandler
|
|
|
+} from '~/client/services/update-page';
|
|
|
import { apiv3Get, apiv3PostForm } from '~/client/util/apiv3-client';
|
|
|
import { toastError, toastSuccess, toastWarning } from '~/client/util/toastr';
|
|
|
import {
|