Actions
Bug #8571
closedCancel event firing when a new post is made
Description
When a new post is made CB Activity resets its self back to single line. It does this by reusing the cancel button code. This is triggering a cancel event, which it shouldn't. Move the cancel event to the cancel button binding and out of the general function.
Actions