on-codemerge
Version:
A WYSIWYG editor for on-codemerge is a user-friendly interface that allows users to edit and view their code in real time, exactly as it will appear in the final product
17 lines (16 loc) • 406 B
JavaScript
var r = Object.defineProperty;
var s = (t, e, a) => e in t ? r(t, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[e] = a;
var o = (t, e, a) => s(t, typeof e != "symbol" ? e + "" : e, a);
class l {
constructor(e) {
o(this, "table");
this.table = e;
}
execute() {
var e;
(e = this.table.tHead) == null || e.remove();
}
}
export {
l as RemoveHeaderRowCommand
};