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

Unified Diff: lib/filterComposer.js

Issue 29339054: Issue 3872 - Fixed incorrect message type causing composer behavior to persists after popup is clos… (Closed)
Patch Set: Created March 24, 2016, 3:08 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterComposer.js
===================================================================
--- a/lib/filterComposer.js
+++ b/lib/filterComposer.js
@@ -214,7 +214,7 @@
if (popupPageId == removedPageId)
{
sender.page.sendMessage({
- type: "blockelement-popup-closed",
+ type: "composer.content.dialogClosed",
popupId: popupPageId
});
ext.pages.onRemoved.removeListener(onRemoved);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld