Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pset! keyword variant doesn't work #7

Open
QAston opened this issue Aug 3, 2015 · 1 comment
Open

pset! keyword variant doesn't work #7

QAston opened this issue Aug 3, 2015 · 1 comment

Comments

@QAston
Copy link

QAston commented Aug 3, 2015

When giving id keyword to pset! the function doesn't use it to look for the node.

(fx/pset! element :#file-selection {:root (generate-file-menu)})

will manipulate element, instead of subelement with given id.

When keyword arg is given the function should work like the following:

(fx/pset! (fx/lookup view :#file-selection) {:root (generate-file-menu)})

Not a big deal, since workaround posted above works.

@soverton
Copy link

soverton commented Feb 2, 2017

I'm glad this workaround was posted. For me, "at!" doesn't do anything either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants