Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fixed issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed May 23, 2010
1 parent f92a207 commit 9432b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/MooEditable/MooEditable.js
Expand Up @@ -385,6 +385,7 @@ this.MooEditable = new Class({
var el = e.target;
if (el.get('tag') == 'img'){
this.selection.selectNode(el);
this.checkStates();
}
}

Expand Down

0 comments on commit 9432b89

Please sign in to comment.