forked from MapComplete/MapComplete
More refactoring, stabilizing rotation and direction_gradient
This commit is contained in:
parent
5fec108ba2
commit
778044d0fb
45 changed files with 656 additions and 640 deletions
|
@ -6,7 +6,7 @@ import Combine from "./Base/Combine";
|
|||
/**
|
||||
* Handles the full screen popup on mobile
|
||||
*/
|
||||
export class FullScreenMessageBox extends UIElement {
|
||||
export default class FullScreenMessageBox extends UIElement {
|
||||
|
||||
private readonly returnToTheMap: UIElement;
|
||||
private _content: UIElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue