Fix #13342: Rename tabChange to onTabChange in WindowDesc interface

This commit is contained in:
Sadret 2020-11-01 23:08:51 +01:00 committed by GitHub
parent 5893664785
commit 68543def83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
0.3.2+ (in development) 0.3.2+ (in development)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Fix: [#13334] Uninitialised variables in CustomTabDesc - Fix: [#13334] Uninitialised variables in CustomTabDesc
- Fix: [#13342] Rename tabChange to onTabChange in WindowDesc interface
0.3.2 (2020-11-01) 0.3.2 (2020-11-01)
------------------------------------------------------------------------ ------------------------------------------------------------------------

View file

@ -1869,7 +1869,7 @@ declare global {
onClose?: () => void; onClose?: () => void;
onUpdate?: () => void; onUpdate?: () => void;
tabChange?: () => void; onTabChange?: () => void;
} }
interface ImageAnimation { interface ImageAnimation {