Mohammed S. Yaseen

Results 8 issues of Mohammed S. Yaseen

## Description Currently user has to pick the render type kind first then pick the render type itself; however, the concept of render type kind seems to be irrelevent for...

type: enhancement

## Description This PR fixes the issue with components cannot be drag/dropped, and along the way does the following: - [x] Refactor overlays - [x] Show overlays for non-concrete elements...

## Description of Bug cannot select and drag/drop an element that's an instance of a component. When drag/dropped a new `HTMLDiv` is created and the component is removed from the...

type: bug

## Description of Bug If the action used in the pre-render hook throws a runtime error, that error crashes the builder. ## How to Reproduce 1. create an actions that...

type: bug

## Description of Bug Probably best solution is to increase the z-index of the text editor so it appears on top of the highlight. ## How to Reproduce 1. Add...

type: bug

## Description This PR fixes the issue with components cannot be drag/dropped, and along the way does the following: - [x] Refactor overlays - [x] Show overlays for non-concrete elements...

## Description ## Video or Image ## Related Issue(s) Fixes #3577

First off, I love the work you did with forbiddenfruit, it's been super useful! I have encountered an issue while trying to monkey-patch rich comparison dunder methods (like `__le__`) on...