question regarding upload

I got a soft reject about some things I already fixed

Here is what I did.

  1. Submited the item with the modifications required by author

a) All JavaScript should be written with “use strict” mode on. For example, you can do this with jQuery as follows:

(function($) {
“use strict”;
// Author code here
})(jQuery);

b). Inline CSS is not permitted. Please remove all inline CSS.

I fixed and submited the item.

Then I notice that the avatar is wrong, so I updated, then I got the following message from the author:

Soft Rejected

Unfortunately, the changes are not enough and the previous review still
stands. Please carefully check your item to make sure all problems were
adequately addressed before resubmitting this item.

My question is: When you submit a thumbnail it is removing the previous upload review ?

If yes, it should at least send you a warning, because I really don’t know what to do, because I fixed everything the reviewer said.