Skip to content

Commit 8d49575

Browse files
committed
moved dragnuwa image buttons to right
1 parent e7dd631 commit 8d49575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/komojini_widgets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,9 +1121,9 @@ const komojini_widgets = {
11211121
controlContainer.append(imageInputEl)
11221122
Object.assign(imageInputEl.style, inputStyle)
11231123

1124-
controlContainer.append(refreshButton)
1125-
controlContainer.append(undoButton)
11261124
controlContainer.append(newlineButton)
1125+
controlContainer.append(undoButton)
1126+
controlContainer.append(refreshButton)
11271127

11281128
container.append(controlContainer)
11291129
// container.append(inputContainer)

0 commit comments

Comments
 (0)