Dmitry Mukhin

Results 5 issues of Dmitry Mukhin

```typescript parse(url, { download: true, complete: result => {...}, error: error => console.log(error.message) }); ``` If csv file is blocked by CORS policy I got "[object ProgressEvent]" error. It looks...

## Describe the bug Styles inside editor container overrides custom widgets styles with the same tags sometime `.toastui-editor-contents img {}` https://github.com/nhn/tui.editor/blob/31bea651861ece883582d8ccc42cc0e8f8a0884c/apps/editor/src/css/contents.css#L186 or especially like `.toastui-editor-contents *:not(table) { }` https://github.com/nhn/tui.editor/blob/31bea651861ece883582d8ccc42cc0e8f8a0884c/apps/editor/src/css/contents.css#L49 can...

Bug

It would be nice to have more then hor/vert gravity options. Especially combined hor+vert, like: `export type CompactType = ('top' | 'left' | 'right' | 'bottom' | 'top-left' | 'left-top'...

feature-suggestion

Look at the example, if dnd-draggable set to true ng-click event never fired. http://embed.plnkr.co/w5vP9BK3xVztYhVBe2OI/preview You need to implement something like dnd-drag-delay option or dnd-drag-delta to start dragging after a few...

## What problem does this feature solve? nz-menu-item does not allow to attach any custom data, so NzMenuItemComponent instance which is passed to (nzClick) event of menu is useless, there...