File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import React , { Component } from ' react' ;
2
- import { Transformer } from ' react-konva' ;
3
- import { ChildInt } from ' ../utils/interfaces.ts' ;
1
+ import React , { Component } from " react" ;
2
+ import { Transformer } from " react-konva" ;
3
+ import { ChildInt } from " ../utils/interfaces.ts" ;
4
4
5
5
interface PropsInt {
6
6
focusChild : ChildInt ;
@@ -36,9 +36,9 @@ export default class TransformerComponent extends Component<PropsInt> {
36
36
render ( ) {
37
37
return (
38
38
< Transformer
39
- className = { ' Transformer' }
39
+ className = { " Transformer" }
40
40
rotateEnabled = { false }
41
- ref = { ( node ) => {
41
+ ref = { node => {
42
42
this . transformer = node ;
43
43
} }
44
44
borderEnabled = { false }
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ LEFT COLUMN
73
73
.left {
74
74
padding : 10px ;
75
75
width : 20% ;
76
- min-width : 300 px ;
76
+ min-width : 310 px ;
77
77
display : flex;
78
78
flex-direction : column;
79
79
position : relative;
You can’t perform that action at this time.
0 commit comments