Michael Chen

Results 12 comments of Michael Chen

Just a thought, but if we are using CSS Modules, as stated above, does it really matter about the order? Assuming things are scoped to components, no wild uses of...

@liamdebeasi Could you help me understand, what's the design choice for cloning the page element for transitions to the same component? To me, it seems weird to have a page...

Well no I can do that, just since the interface for defining steps is strictly by name, an option to preserve query params when route controlled would be nice. Otherwise,...

Id love to be able to read the config in without the meta tags

Given how old this PR is, and since I cant update this one, i opened #633

For the OP: I think you can just use the same logic of the default enter handling, for Shift+Enter ``` addKeyboardShortcuts() { return { "Shift-Enter": () => this.editor.commands.first(({ commands })...

I think this is an issue with content-editable on webkit browsers. A little google search shows a bunch of posts related. Perhaps it would be a good idea to document...

If this is the default safari behavior, this seems more like a mobile issue vs react router. Not sure, but I wonder if this could be whats happening. When you...

Installing CocoaPods 1.12.0 resolved this issue for us.