fix
This commit is contained in:
@@ -1195,7 +1195,8 @@ export default defineComponent({
|
||||
position: relative;
|
||||
width: auto;
|
||||
max-height: 100%;
|
||||
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
@@ -151,7 +151,6 @@ export default defineComponent({
|
||||
}
|
||||
let fontBackMove = []
|
||||
canvas.on('selection:created', (e)=> {
|
||||
console.log(3213123123);
|
||||
// console.log(canvas.getActiveObject());
|
||||
// // if()
|
||||
// console.log(frontBack.front.find(person => person.id === canvas.getActiveObject().id));
|
||||
|
||||
Reference in New Issue
Block a user