Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: composer.js

Issue 29697671: Issue 6183 - Avoid attempting to close the composer popup twice (Closed)
Patch Set: Created Feb. 14, 2018, 4:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | composer.postload.js » ('j') | composer.postload.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: composer.js
diff --git a/composer.js b/composer.js
index 0c4571e226558a62a3b619ae19e44ce9dd0ab7d4..b66dcd78c908f74cd3f7374c7df7309400281aa6 100644
--- a/composer.js
+++ b/composer.js
@@ -69,6 +69,7 @@ function closeDialog(success)
payload:
{
type: "composer.content.finished",
+ popupAlreadyClosed: true,
remove: (typeof success == "boolean" ? success : false)
}
});
« no previous file with comments | « no previous file | composer.postload.js » ('j') | composer.postload.js » ('J')

Powered by Google App Engine
This is Rietveld