adobe-photoshop / spaces-design

Adobe Photoshop Design Space
http://adobe-photoshop.github.io/
Other
852 stars 74 forks source link

Allow nested actions #3646

Closed baaygun closed 8 years ago

baaygun commented 8 years ago

Continuation of #3645, this will allow us to refer to actions by dot separated path names in this.flux.actions object.

So instead of this.flux.actions["tool.type"].select, we can type this.flux.actions.tool.type.select

iwehrman commented 8 years ago

One request for documentation, one question. Back 2 @volfied.

baaygun commented 8 years ago

I've actually found a bug (that we wouldn't have hit with current webpack code) in module synchronization.

Fixed it, with an explanation.

Back to you @iwehrman

iwehrman commented 8 years ago

Okie doke.