fires before the user starts editing their comment
$$("comments").attachEvent("onBeforeEditStart",function(id){ const comment = this.getItem(id); });