From 691edb0c1283c7c626a7144685f8399df3ad61df Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Fri, 3 May 2024 09:01:51 +0900 Subject: [PATCH] no message --- src/main/webapp/resources/libs/fims/paintweb/paintweb.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js index ad6aee70..cd62a7e3 100644 --- a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js +++ b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js @@ -1838,8 +1838,7 @@ function PaintWeb (win, doc) { layerContext.putImageData(himg, 0, 0, 0, 0, w, h); history.pos = pos; - this.events.dispatch(new appEvent.historyUpdate(pos, cpos, - history.states.length)); + this.events.dispatch(new appEvent.historyUpdate(pos, cpos, history.states.length)); return true; };