Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 026839a

Browse files
committed
Keep the saved state true when title changes and time arrived.
1 parent 94300fb commit 026839a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/customize-snapshots.js

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160

161161
setNextChangesetUUID = function( response ) {
162162
api.state( 'changesetTitle' ).set( response.next_changeset_uuid );
163+
api.state( 'saved' ).set( true );
163164
api.unbind( 'saved', setNextChangesetUUID );
164165
};
165166

0 commit comments

Comments
 (0)