Merge conflict fix
This commit is contained in:
@@ -94,6 +94,7 @@ export class ItemSheetKH extends ItemSheet {
|
||||
skillList.push(item)
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
this.position.width = 450;
|
||||
this.position.height = 605;
|
||||
break;
|
||||
@@ -126,6 +127,8 @@ export class ItemSheetKH extends ItemSheet {
|
||||
this.position.width = 405;
|
||||
this.position.height = 570;
|
||||
break;
|
||||
=======
|
||||
>>>>>>> master
|
||||
default:
|
||||
this.position.width = 450;
|
||||
this.position.height = 605;
|
||||
|
||||
Reference in New Issue
Block a user