Changeset 57515
- Timestamp:
- 02/01/2024 04:26:47 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/attachment.js
r48650 r57515 121 121 } 122 122 123 if ( this.controller.state().get('allowLocalEdits') ) {123 if ( this.controller.state().get('allowLocalEdits') && ! options.uploading ) { 124 124 options.allowLocalEdits = true; 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.