File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/src/core/service/controlService/controller/concrete Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- import { Vector } from "@graphif/data-structures" ;
2- import { isMac } from "@/utils/platform" ;
1+ import { ControllerClass } from "@/core/service/controlService/controller/ControllerClass" ;
32import { ImageNode } from "@/core/stage/stageObject/entity/ImageNode" ;
43import { SvgNode } from "@/core/stage/stageObject/entity/SvgNode" ;
5- import { ControllerClass } from "@/core/service/controlService/controller/ControllerClass" ;
4+ import { isMac } from "@/utils/platform" ;
5+ import { Vector } from "@graphif/data-structures" ;
66
7- export class ControllerImageScale extends ControllerClass {
7+ export class ControllerImageScaleClass extends ControllerClass {
88 mousewheel = ( event : WheelEvent ) => {
99 if (
1010 isMac ? this . project . controller . pressingKeySet . has ( "meta" ) : this . project . controller . pressingKeySet . has ( "control" )
You can’t perform that action at this time.
0 commit comments