We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5f5d6 commit a9f03fbCopy full SHA for a9f03fb
1 file changed
components/pdf-container/plugin-annotation-2/lib/plugin.ts
@@ -20,7 +20,7 @@ import {
20
InteractionManagerCapability,
21
InteractionManagerPlugin,
22
} from "@embedpdf/plugin-interaction-manager/react"
23
-import { SelectionCapability, SelectionPlugin } from "@embedpdf/plugin-selection/react"
+import { SelectionCapability, SelectionPlugin } from "../../plugin-selection-2"
24
import {
25
AnnotationAction,
26
commitPendingChanges,
0 commit comments