fix #1509
This commit is contained in:
@@ -42,7 +42,7 @@ Danbooru.Note = {
|
||||
});
|
||||
$note_box.resizable({
|
||||
containment: $("#image"),
|
||||
handles: "se",
|
||||
handles: "se, nw",
|
||||
stop: function(e, ui) {
|
||||
var $image = $("#image");
|
||||
var ratio = $image.width() / parseFloat($image.data("original-width"));
|
||||
|
||||
Reference in New Issue
Block a user