mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add a healthy dose of mobile copium
This commit is contained in:
@ -1,15 +1,9 @@
|
||||
import { MenuItem } from "./MenuItem.js";
|
||||
import { SubMenu } from "./SubMenu.js";
|
||||
|
||||
export class MenuHeader {
|
||||
/**@type {String}*/ label;
|
||||
|
||||
/**@type {HTMLElement}*/ root;
|
||||
|
||||
|
||||
|
||||
|
||||
export class MenuHeader extends MenuItem {
|
||||
constructor(/**@type {String}*/label) {
|
||||
this.label = label;
|
||||
super(label, null, null);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user