Ian Fitzpatrick

Results 4 comments of Ian Fitzpatrick

I have some code to address this issue on my fork of noflo-ui here: https://github.com/noflo/noflo-ui/pull/564/files Does this approach seem good to you guys? I need to merge a [pull request...

Would we be able to avoid triggering a rerender of the whole graph view if we did that?

Yeah the hot keys should be able to get triggered anywhere on the page. If you have forms with inputs you can capture the keydown event and event.stopPropagation() there. Not...

I definitely want to make sure this is compatible with multiple clients, and that is exactly the use case I have in mind with this proposal. An example of the...