mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
panels: fixed them
This commit is contained in:
parent
d248b679ed
commit
b8ba50517b
13 changed files with 171 additions and 182 deletions
|
@ -263,7 +263,7 @@ export class Editor {
|
|||
setInitialData = () => {
|
||||
const { path } = getUrlData();
|
||||
const { id } = this.getUser();
|
||||
const { route, stickers } = this.dumpData();
|
||||
const { route, stickers, provider } = this.dumpData();
|
||||
|
||||
this.initialData = {
|
||||
version: 2,
|
||||
|
@ -273,6 +273,7 @@ export class Editor {
|
|||
path,
|
||||
route,
|
||||
stickers,
|
||||
provider,
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -321,6 +322,7 @@ export class Editor {
|
|||
dumpData = () => ({
|
||||
route: this.poly.dumpData(),
|
||||
stickers: this.stickers.dumpData(),
|
||||
provider: this.provider,
|
||||
});
|
||||
|
||||
setProvider = provider => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue