fixes auto destruction by WebStorm
parent
63225b921a
commit
92218e9adc
|
|
@ -43,7 +43,9 @@ export class SpecialAbilitySheet extends ItemSheet {
|
|||
super.activateListeners(html);
|
||||
|
||||
// Everything below here is only needed if the sheet is editable
|
||||
if (!this.isEditable)
|
||||
if (!this.isEditable) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue