Skip to content

Commit 249f6b2

Browse files
committed
get position after split panel move
1 parent 307dbaa commit 249f6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/Editor.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ update msg model =
147147

148148
PaneMsg paneMsg ->
149149
( { model | pane = SplitPane.update paneMsg model.pane }
150-
, Cmd.none
150+
, ViewEditor.getSvgElementPosition |> Cmd.map ViewEditorMsg
151151
)
152152

153153
MonacoEditorValueReceived val ->

0 commit comments

Comments
 (0)