$('body').on('mouseup', '.comment_text', function () {
    var comment = $(this).parent()

    setTimeout(function () {
      var sel = window.getSelection()