mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-06 15:57:50 +02:00
format
This commit is contained in:
@@ -22,8 +22,7 @@ window.addEventListener('click', function (evt) {
|
||||
const a = evt
|
||||
.composedPath()
|
||||
.find((el) => el instanceof Node && el.nodeName.toUpperCase() === 'A') as
|
||||
| HTMLAnchorElement
|
||||
| undefined
|
||||
HTMLAnchorElement | undefined
|
||||
|
||||
// return early if
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user