mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 19:10:47 +02:00
Fix/v2/text selection 2 (#5990)
This commit is contained in:
@@ -150,7 +150,10 @@ export function LocalEmbedPDF({ file, url, fileName, enableAnnotations = false,
|
||||
createPluginRegistration(InteractionManagerPluginPackage),
|
||||
|
||||
// Register selection plugin (depends on InteractionManager)
|
||||
createPluginRegistration(SelectionPluginPackage),
|
||||
createPluginRegistration(SelectionPluginPackage, {
|
||||
marquee: { enabled: false },
|
||||
toleranceFactor: 3,
|
||||
}),
|
||||
|
||||
// Register history plugin for undo/redo (recommended for annotations)
|
||||
// Always register for reading existing annotations
|
||||
|
||||
Reference in New Issue
Block a user