Skip to content

Commit

Permalink
Rebase and add disableAutoSave in image editor
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Oct 31, 2024
1 parent 7f7ab26 commit 25e3de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-app-image-editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineWebApplication({
path: '/:driveAliasAndItem(.*)?',
component: AppWrapperRoute(MediaEditor, {
applicationId,
disableAutoSave: true,
contentType: 'image'
}),
meta: {
Expand Down

0 comments on commit 25e3de6

Please sign in to comment.