mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user