Remove prototype code that shouldn't be committed on main yet
This commit is contained in:
parent
97af3801c4
commit
6504e33fad
1 changed files with 0 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
import { GenericActorSheet } from "./GenericActorSheet.mjs";
|
import { GenericActorSheet } from "./GenericActorSheet.mjs";
|
||||||
import { DiceList } from "../dialogs/DiceList.mjs";
|
import { DiceList } from "../dialogs/DiceList.mjs";
|
||||||
import { PopoutTextEditor } from "../dialogs/PopoutTextEditor.mjs";
|
|
||||||
|
|
||||||
export class MobSheet extends GenericActorSheet {
|
export class MobSheet extends GenericActorSheet {
|
||||||
static get defaultOptions() {
|
static get defaultOptions() {
|
||||||
|
|
@ -28,14 +27,6 @@ export class MobSheet extends GenericActorSheet {
|
||||||
let d = new DiceList(this.actor);
|
let d = new DiceList(this.actor);
|
||||||
d.render(true);
|
d.render(true);
|
||||||
});
|
});
|
||||||
html.find(`[data-text-editor]`)
|
|
||||||
.on(`click`, () => {
|
|
||||||
let editor = new PopoutTextEditor(
|
|
||||||
this.actor,
|
|
||||||
`system.description`
|
|
||||||
);
|
|
||||||
editor.render(true);
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
async getData() {
|
async getData() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue