mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 11:21:47 +00:00
trim fix
This commit is contained in:
parent
6f56d1ba35
commit
b47682c93a
@ -64,7 +64,7 @@ class Image_trim_class {
|
||||
}
|
||||
if (params.trim_all == true) {
|
||||
//second trim
|
||||
setInterval(function(){
|
||||
setTimeout(function(){
|
||||
let actions = [];
|
||||
actions = actions.concat(_this.trim_all(params.remove_white));
|
||||
app.State.do_action(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user