Skip to content

Commit

Permalink
Merge duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Apr 26, 2017
1 parent ead38e8 commit 33068f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/input/ContentEditableInput.js
Expand Up @@ -9,11 +9,10 @@ import { replaceRange } from "../model/changes"
import { simpleSelection } from "../model/selection"
import { setSelection } from "../model/selection_updates"
import { getBidiPartAt, getOrder } from "../util/bidi"
import { gecko, ie_version } from "../util/browser"
import { android, chrome, gecko, ie_version } from "../util/browser"
import { contains, range, removeChildrenAndAdd, selectInput } from "../util/dom"
import { on, signalDOMEvent } from "../util/event"
import { Delayed, lst, sel_dontScroll } from "../util/misc"
import { chrome, android } from "../util/browser"

// CONTENTEDITABLE INPUT STYLE

Expand Down

0 comments on commit 33068f9

Please sign in to comment.