This commit is contained in:
Julian Lam
2014-11-07 18:22:20 -05:00
parent c95f151bfc
commit e0436d73c3
2 changed files with 13 additions and 1 deletions

View File

@@ -285,6 +285,12 @@ define('composer', dependencies, function(taskbar, controls, uploads, formatting
});
});
postContainer.on('click', function() {
if (!taskbar.isActive(post_uuid)) {
taskbar.updateActive(post_uuid);
}
});
bodyEl.on('input propertychange', function() {
preview.render(postContainer);
});