Add target kind check in viewport-host.ts
This commit is contained in:
@@ -3282,6 +3282,7 @@ export class ViewportHost {
|
||||
|
||||
if (
|
||||
activeTransformSession.kind !== "active" ||
|
||||
activeTransformSession.target.kind !== "pathPoint" ||
|
||||
activeTransformSession.preview.kind !== "pathPoint" ||
|
||||
this.currentDocument === null
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user