Fixing bug with saving files
This commit is contained in:
parent
9017f84c06
commit
f3307b47d9
1 changed files with 6 additions and 0 deletions
|
@ -118,6 +118,12 @@ class SettingsAPI extends Module {
|
||||||
this.emit(new ChangedEvent(property, oldValue, value, byUser === true))
|
this.emit(new ChangedEvent(property, oldValue, value, byUser === true))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Name of the currently opened file.
|
||||||
|
* @returns {string}
|
||||||
|
*/
|
||||||
|
get saveFilename() { return this.#properties.get("saveFilename") }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Zoom on the x axis of the diagram.
|
* Zoom on the x axis of the diagram.
|
||||||
* @returns {number}
|
* @returns {number}
|
||||||
|
|
Loading…
Reference in a new issue