airbnb / react-sketchapp

render React components to Sketch ⚛️💎
http://airbnb.io/react-sketchapp/
MIT License
14.94k stars 820 forks source link

Keep Sketch Window in Background #49

Closed fabb closed 7 years ago

fabb commented 7 years ago

On every save the Sketch window gets active, while the editor loses focus.

Expected behavior:

Would be nice if the focus would stay in the text editor, also after saving.

Observed behavior:

On every save in the text editor, the re-rendering happens, and the Sketch window becomes active.

How to reproduce:

Save.

Sketch version:

43.2

jemgold commented 7 years ago

Like #48, this is a thing we need Sketch to help us with :( cc @bomberstudios

jemgold commented 7 years ago

🎊 I have this working on a branch of skpm! Will submit a PR shortly :)

fabb commented 7 years ago

Awesome!