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

[Bug]: kanban:card-updated and other events no longer fire #1004

Open
theseanl opened this issue Jun 27, 2024 · 0 comments
Open

[Bug]: kanban:card-updated and other events no longer fire #1004

theseanl opened this issue Jun 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@theseanl
Copy link

Describe the bug

obsidian-kanban has been firing events upon several operations that changes a board's state, and I've been relying on it for building another obsidian plugin. Now these are all gone starting from e34ebef.

Please revert this change.

Expected Behavior

No response

Steps to reproduce

Open console, execute

app.workspace.on('kanban:card-moved', (...args) => { for (let a of args) { console.log(a); } console.log(args.length + " arguments")})

and see if anything is logged while moving cards around.

Relevant errors (if available)

No response

Operating system

Windows

@theseanl theseanl added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant