Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian24 committed Sep 15, 2023
1 parent 7f803bf commit a342415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clipboard/copy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {copySelection} from '../document'
import type {type Instance} from '../setup'
import {writeDataTransferToClipboard, getActiveElementOrBody,} from '../utils'
import {type Instance} from '../setup'
import {writeDataTransferToClipboard, getActiveElementOrBody} from '../utils'

export async function copy(this: Instance) {
const doc = this.config.document
Expand Down

0 comments on commit a342415

Please sign in to comment.