Samuel Gaona

Results 6 comments of Samuel Gaona

Same with GeometryUtil from leaflet-draw

Is this working? Because i'm still getting `.ts` extensions on --fix.

I used a css class: ``` // Prevent fancybox images download .fancybox__container img pointer-events: none ```

The workaround for this is (using custom repositories or querybuilders) ``` return await this.createQueryBuilder('child') .where({ [...] // Any where condition. deletedAt: Not(IsNull()) // If you want childs not soft-deleted, otherwise,...

Same problem on v1.0.13 tried: root tsconfig.json --ts-config-override (has no effect)