Alex Krasnov
Results
1
comments of
Alex Krasnov
I've found a solution. The `FocusEvent` has `relativeTarget` property, which may refer to `.ql-clipboard` element. So, all you need to do is ```ts function handleBlur(event: FocusEvent) { if ( event.relatedTarget...