call setPathContext when path is selected...

or enters edit mode
master
bluetwelve 2021-09-03 11:31:18 -04:00 committed by GitHub
parent 314904b1f4
commit 2bdaab1d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -757,6 +757,7 @@ export const pathActionsMethod = (function () {
path = pathActionsContext_.getPath_(element);
editorContext_.setCurrentMode('pathedit');
editorContext_.clearSelection();
path.setPathContext();
path.show(true).update();
path.oldbbox = utilsGetBBox(path.elem);
subpath = false;
@ -770,6 +771,7 @@ export const pathActionsMethod = (function () {
editorContext_ = pathActionsContext_.getEditorContext();
const selPath = (elem === path.elem);
editorContext_.setCurrentMode('select');
path.setPathContext();
path.show(false);
currentPath = false;
editorContext_.clearSelection();