David Császár

Results 29 comments of David Császár

I tried my original reproduction steps with `document.execCommand('styleWithCSS', false, null);` before the paste step (4). Does not work for me. @kritollm Can you give a more precise description how to...

I agree with @myfreeweb for a pragmatic solution: > Quill does the right thing and shows up at the bottom MediumEditor already has code for showing the toolbar below the...

Unfortunately this change also breaks our lib (https://www.npmjs.com/package/scrivito). We use the following dependency: `"urijs": "^1.19.1"`. With that said, from my potentially biased point of view, I agree with @neil-morrison44: This...

FYI after upgrading to 2.2.0 I learned about `"experimentalProxyless": "true"` and gave it a try. With this option, I run into this issue. I've never experienced this issue without the...

Not sure, maybe a misunderstanding about who's turn it is? @th0r could you clarify the to-dos here?

@valscion in https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/432#issuecomment-820386722 you handed the review to @th0r. I see his last PR was #449 so I'm not sure he's still active/in charge. I'd like to continue working on...

An easy solution would be using `react-dnd` as shown in the example https://react-dnd.github.io/react-dnd/examples/sortable/cancel-on-drop-outside In this example, the tag order is already changed while dragging (and changed back if dragged outside),...

Heads up: Because of #578 fixes by using `optimization` no longer work. You may not want to update to https://github.com/codymikol/karma-webpack/releases/tag/v5.0.1 for this reason. 😿