File pasting
File pasting not working
just needed to enable it.
However, we run into another issue. How do we p
File pasting not working
- just needed to enable it.
However, we run into another issue. How do we prevent duplicate paste events?
- May have multiple areas on the screen that support pasting content
- Only one paste listener should be dispatched on paste event
- on mount, components can register a paste event handler and a priority
- components can modify priority based on certain criteria (focus state, etc.)
- handlers are ordered by priority and highest priority listener will be called
**File**: Pasting is not working.By Mike Morton