mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
wpaint.js: actually fix that
This commit is contained in:
parent
c10dc57874
commit
30f00bf094
@ -87,7 +87,7 @@ oekaki.init = function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
$("#wpaintdiv input").on("keydown", function(e) { if (e.keycode == 13) e.preventDefault(); });
|
$("#wpaintdiv input").on("keydown", 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