Closed GoogleCodeExporter closed 8 years ago
This is actually by design. The callback cannot be called directly from the
insertImageDialog hook; this function needs to have exited before the callback
is called. Otherwise you'd be returning the link *before* telling the editor
that you'll be doing that (by returning true from the hook).
I admit the documentation wasn't 100% clear about this; I have added a
paragraph at the bottom.
Original comment by b...@stackoverflow.com
on 7 Oct 2011 at 3:04
Original issue reported on code.google.com by
gards...@gmail.com
on 7 Oct 2011 at 2:47