Fix a broken link

pull/3059/head
PHaeJin 8 years ago
parent c7c815a68a
commit c3ebd135bc

@ -491,7 +491,7 @@ define([
// The dragleave event is fired when we hover a child element (which
// is often immediatly after we got the dragenter), so we keep track
// of the number of dragenter/dragleave we got, as discussed here :
// http://stackoverflow.com/q/7110353/116067
// https://stackoverflow.com/q/7110353/116067
// This doesn't seem to be 100% reliable, so we clear the dropzone
// class when the cell is rendered as well
this.code_mirror.on("dragenter", function(cm, evt) {

Loading…
Cancel
Save