This commit is contained in:
		| @@ -64,7 +64,7 @@ export default class FTLNomadItemSheet extends HandlebarsApplicationMixin(foundr | ||||
|       item: this.document, | ||||
|       system: this.document.system, | ||||
|       source: this.document.toObject(), | ||||
|       enrichedDescription: await TextEditor.enrichHTML(this.document.system.description, { async: true }), | ||||
|       enrichedDescription: await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.description, { async: true }), | ||||
|       isEditMode: this.isEditMode, | ||||
|       isPlayMode: this.isPlayMode, | ||||
|       isEditable: this.isEditable, | ||||
| @@ -94,7 +94,7 @@ export default class FTLNomadItemSheet extends HandlebarsApplicationMixin(foundr | ||||
|         dragover: this._onDragOver.bind(this), | ||||
|         drop: this._onDrop.bind(this), | ||||
|       } | ||||
|       return new DragDrop(d) | ||||
|       return new foundry.applications.ux.DragDrop.implementation(d) | ||||
|     }) | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user