Skip to content
Snippets Groups Projects
Commit a39a5caf authored by Regis's avatar Regis
Browse files

update comment explaining visual change check

parent 6176ca37
No related branches found
No related tags found
1 merge request!10865Render Description Realtime :tada:
Pipeline #
Loading
@@ -46,7 +46,7 @@ export default {
Loading
@@ -46,7 +46,7 @@ export default {
   
/** /**
* since opacity is changed, even if there is no diff for Vue to update * since opacity is changed, even if there is no diff for Vue to update
* we must check the title even on a 304 to ensure no visual change * we must check the title/description even on a 304 to ensure no visual change
*/ */
const noTitleChange = this.title === title; const noTitleChange = this.title === title;
const noDescriptionChange = this.description === description; const noDescriptionChange = this.description === description;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment