fix: isFullScreen typo (#27823)
* fix isFullScreen typo * Update lib/browser/api/base-window.ts Co-authored-by: John Kleinschmidt <jkleinsc@github.com> Co-authored-by: Tony Wu <tonywoo@fb.com> Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
This commit is contained in:
parent
1b87cd6941
commit
b181dae146
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Object.defineProperty(BaseWindow.prototype, 'kiosk', {
|
|||
});
|
||||
|
||||
Object.defineProperty(BaseWindow.prototype, 'documentEdited', {
|
||||
get: function () { return this.isFullscreen(); },
|
||||
get: function () { return this.isDocumentEdited(); },
|
||||
set: function (edited) { this.setDocumentEdited(edited); }
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue