parent
a41a2bfd5e
commit
18c7ef2a5d
@ -87,7 +87,7 @@ oekaki.init = function() {
|
||||
});
|
||||
|
||||
|
||||
$("#wpaintdiv input").on("keydown", function(e) { if (e.keycode == 13) { e.preventDefault(); e.stopPropagation(); } });
|
||||
$("#wpaintdiv input").on("keydown", function(e) { if (e.keycode == 13) e.preventDefault(); });
|
||||
$('#wpaintctr .ui-resizable-se').css({'height':'12px', 'width':'12px'});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user