Fork me on GitHub
#om-next
<
2016-06-22
>
stevebrewer01:06:45

Any opinions on the best way handle listening to events on window? I want to add short-cut keys for certain component functions. Like control + e to edit when showing a details component, etc.

ghaskins01:06:04

hi all, new to om, trying to work through the quick start and something is failing at https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29#changing-queries-over-time

ghaskins01:06:14

is this a known issue or have I screwed something up?

ghaskins01:06:49

Just found this is a known issue with a known fix

jasonjckn18:06:19

any way to get log statements for when om.next is rendering ?

jasonjckn18:06:33

and even better what it's rendering

jasonjckn18:06:44

i see there's :root-render

danburton18:06:03

Rendering what? Anything? Why not just put log statements in the render function for your ui components?