-
We can do NIP-89 support if the registered app handlers are websites.
-
### Describe the bug
- Use a callable to initialise a component on load
- Setup a change event handler
Expect: Change event fires since callable has updated value on component.
Actual:
Markdown -…
-
If trigger was used instead then it would be a lot easier to create a global handler for the events where I could just listen at the document node rather than having to attach handlers to each trigger…
-
## Scope & Context
In field inputs.
## Technical inputs
We want to make sure that click events cannot bubble up above the edit mode components, in record inline cell and table cell.
Use co…
-
**mapbox-gl-js version**: 0.51
**browser**:
### Steps to Trigger Behavior
```
map.addLayer({id: 'foo', ... })
map.on('click', 'foo', window.alert);
map.removeLayer('foo');
map.addLayer({i…
-
Tasks:
- [ ] Expand the component's functionality by adding three new onClick event handlers:
onClickCopy: Triggered when a copy action is initiated.
onClickPreview: Triggered when the previe…
-
## Overview
Improve our TOC component using industry best practices, inspired by Josh Comeau's blog implementation [How I Built My Blog](https://www.joshwcomeau.com/blog/how-i-built-my-blog-v2/).
…
-
### Version
* Vue version: 3
### Description
Very similar to #182, it seems the option elements in the dropdown are using the `mousedown` event instead of `click` resulting in involuntary…
-
Context: https://inmanta.slack.com/archives/CKRF0C8R3/p1730994402296499
# Eventual goal
- default handler skip would become a new exception type. This would be marked in the scheduler as (deployme…
-
@nukulb @jeffheifetz
I notice a problem with webworks.event.isOn when working with contact picker cards. I see that if I call the invokeContactPicker function multiple times (in the test app), then …