Masoud Zeinalabedini
Results
3
issues of
Masoud Zeinalabedini
it goes perfectly right but when it finishes the animation it does't read the codes into on finished method and crashes the app
i cant settype face to it?? how can i do it??
In "src\Editor\types.ts" file defining them as "Theme | string" cause TypeScript interpreted it as just "string", I changed it to "theme?: Theme | (string & {});" so now we can...