Misha Khazov

Results 5 issues of Misha Khazov

When using draft-js-plugins: `import Editor from 'draft-js-plugins-editor';` `MultiDecorator` from draft-js-plugins-editor package must be used in order to use multiple `SimpleDecorator`s: `import MultiDecorator from 'draft-js-plugins-editor/lib/Editor/MultiDecorator';` It's just a note for everybody...

**Describe the bug** When I copy files in Finder, smal Copying window appears as a tile, it does not float. **Applications:** Finder **Expected behavior** Copying window should float, I believe...

bug

WKWebview does not trigger `onProgress` and `onNavigationStateChange` when navigation occurs in SPA (e.g. React app with react-router navigation). The issue is solved by adding key-value observers for `canGoBack` and `canGoForward`...

To fix #2 I took PR #384 and followed @desandro recommendations so `gutter` option now can be an array of gutter width and height values.