possible fix to #840

This commit is contained in:
Baris Soner Usakli
2014-01-23 22:45:11 -05:00
parent 3ea7d4d217
commit 1d666bf7f0
2 changed files with 9 additions and 5 deletions

View File

@@ -366,6 +366,7 @@ define(['composer'], function(composer) {
});
}
$('.topic').on('click', '.post_reply', function() {
var selectionText = '',
selection = window.getSelection() || document.getSelection();