forked from MapComplete/MapComplete
refactoring: Remove more obsoleted code, add copyright tab
This commit is contained in:
parent
f8d34648a0
commit
042d400dc4
20 changed files with 44 additions and 342 deletions
|
@ -107,9 +107,6 @@ export default class ScrollableFullScreen {
|
|||
}
|
||||
}
|
||||
|
||||
Destroy() {
|
||||
this._fullscreencomponent.Destroy()
|
||||
}
|
||||
|
||||
/**
|
||||
* Actually show this in the 'fullscreen'-div
|
||||
|
@ -163,7 +160,4 @@ export default class ScrollableFullScreen {
|
|||
)
|
||||
}
|
||||
|
||||
static ActivateCurrent() {
|
||||
ScrollableFullScreen._currentlyOpen?.Activate()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,9 @@ import BaseUIElement from "../BaseUIElement"
|
|||
import { VariableUiElement } from "./VariableUIElement"
|
||||
|
||||
export class TabbedComponent extends Combine {
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
constructor(
|
||||
elements: { header: BaseUIElement | string; content: BaseUIElement | string }[],
|
||||
openedTab: UIEventSource<number> | number = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue