We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FREE_THOUGHTS_THRESHOLD
FREE_THOUGHTS_MARGIN
FREE_THOUGHTS_THROTTLE
Power
Kshitigarbha
const em = (window as any).em em.store.dispatch(async (dispatch: any, getState: any) => { const state = getState() const a = [em.contextToThoughtId(['Power'])] as Path const b = [em.contextToThoughtId(['Kshitigarbha'])] as Path if (isContextViewActive(state, a)) { dispatch({ type: 'setCursor', path: a }) dispatch({ type: 'toggleContextView' }) await sleep(100) } if (isContextViewActive(state, b)) { dispatch({ type: 'setCursor', path: b }) dispatch({ type: 'toggleContextView' }) await sleep(100) } console.log('ACTION: setCursor', prettyPath(state, b)) dispatch({ type: 'setCursor', path: b }) console.log('ACTION: toggleContextView (on)', prettyPath(state, b)) dispatch({ type: 'toggleContextView' }) await sleep(100) console.log('ACTION: toggleContextView (off)', prettyPath(state, b)) dispatch({ type: 'toggleContextView' }) await sleep(100) console.log('') console.log('wait...........') console.log('') await sleep(1000) console.log('ACTION: setCursor', prettyPath(state, a)) dispatch({ type: 'setCursor', path: a }) console.log('ACTION: toggleContextView (on)', prettyPath(state, a)) dispatch({ type: 'toggleContextView' }) })
Note: Substitute Belonging and 7/3 for Power and Kshitigarbha.
Belonging
7/3
The breadcrumbs for Comunitas only show the Home Context.
Comunitas
The breadcrumbs should show all the ancestors: 'Articles & Media • The Stoa• Bonnitta Roy • 7/3`
The text was updated successfully, but these errors were encountered:
#2798 seems to have helped, but I'm still getting missing ancestors on Belonging in my personal thoughtspace.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps to Reproduce
FREE_THOUGHTS_THRESHOLD
andFREE_THOUGHTS_MARGIN
to 0.FREE_THOUGHTS_THROTTLE
to 10.Power
in the root context.Kshitigarbha
in the root context.Current Behavior
Note: Substitute
Belonging
and7/3
forPower
andKshitigarbha
.The breadcrumbs for
Comunitas
only show the Home Context.Expected Behavior
The breadcrumbs should show all the ancestors: 'Articles & Media • The Stoa• Bonnitta Roy • 7/3`
The text was updated successfully, but these errors were encountered: