no message

main
이범준 7 months ago
parent c1200d7674
commit 691edb0c12

@ -1838,8 +1838,7 @@ function PaintWeb (win, doc) {
layerContext.putImageData(himg, 0, 0, 0, 0, w, h); layerContext.putImageData(himg, 0, 0, 0, 0, w, h);
history.pos = pos; history.pos = pos;
this.events.dispatch(new appEvent.historyUpdate(pos, cpos, this.events.dispatch(new appEvent.historyUpdate(pos, cpos, history.states.length));
history.states.length));
return true; return true;
}; };

Loading…
Cancel
Save