mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Update to marks-pane
This commit is contained in:
parent
286d683837
commit
a2c8ac6d94
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ import {isNumber, prefixed} from "./utils/core";
|
|||
import EpubCFI from "./epubcfi";
|
||||
import Mapping from "./mapping";
|
||||
import {replaceLinks} from "./utils/replacements";
|
||||
import { Pane, Highlight, Underline } from "marks";
|
||||
import { Pane, Highlight, Underline } from "marks-pane";
|
||||
|
||||
// Dom events to listen for
|
||||
const EVENTS = ["keydown", "keyup", "keypressed", "mouseup", "mousedown", "click", "touchend", "touchstart"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue