MarijnFK

Results 6 issues of MarijnFK

#### Problem: Can't drag modal outside of window bounds #### Version: 2.0.0-rc.6 #### Example & screenshots: Is it possible to disable the dragging-boundaries? I would like to be able to...

stale

### Environment ------------------------------ - Operating System: Darwin - Node Version: v18.19.0 - Nuxt Version: 3.10.0 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...

3.x
pending triage

The types from /dist/runtime/types/ cannot be imported from the package. Can you include them in the types.d.ts?

enhancement

Strapi v5 Beta is out, would be nice to have support for it. More info here: https://strapi.io/five

enhancement

In the strapi-blocks it is possible to input a shift-enter, which results in a \n I see there is a option for empty paragraphs, maybe it's possible to replace line-breaks...

I have the following typescript type: ``` export type StrapiPage = { parent?: Strapi4ResponseSingle; localizations?: Strapi4ResponseMany; } ``` Then, when i try to run a find with the following filter...

question