moorte icon indicating copy to clipboard operation
moorte copied to clipboard

getting this error in safari

Open frozeman opened this issue 12 years ago • 1 comments

moorte.js:724TypeError: 'null' is not an object (evaluating 't.addClass') moorte.js line 724

it happens when i click inside a editable area

frozeman avatar Mar 23 '12 15:03 frozeman

i add if(t !== null) {

to line 724. that fixed it

frozeman avatar Apr 15 '12 09:04 frozeman