wpaint.js: actually actually fix that
This commit is contained in:
parent
b564269692
commit
81ee819e5a
@ -87,7 +87,7 @@ oekaki.init = function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
$("#wpaintdiv input").on("keydown", function(e) { if (e.keycode == 13) { e.preventDefault(); e.stopPropagation(); } });
|
$("#wpaintdiv").on("keydown", "input", function(e) { if (e.keycode == 13) { e.preventDefault(); e.stopPropagation(); } });
|
||||||
$('#wpaintctr .ui-resizable-se').css({'height':'12px', 'width':'12px'});
|
$('#wpaintctr .ui-resizable-se').css({'height':'12px', 'width':'12px'});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user