• Robert Knight's avatar
    Remove checks for IE 11 in `TagEditor` component · da788daf
    Robert Knight authored
    `TagEditor` tested if the browser was IE 11 to determine whether to
    check the `inputType` property of `InputEvent`. However it is not only
    IE 11 that did not support this property.
    
    From reading the comments in https://github.com/hypothesis/client/pull/1558 it
    appears that the `inputType` checks was originally added to resolve an
    issue with accepting suggestions by pressing Enter in an earlier version
    of `TagEditor` that used the `<datalist>` element. As far as I can tell
    this is no longer applicable. `<datalist>` was replaced by a custom UI
    and accepting suggestions by pressing Enter works without this logic.
    Therefore this commit removes it entirely.
    da788daf
Name
Last commit
Last update
..
components Loading commit data...
services Loading commit data...
store Loading commit data...
test Loading commit data...
util Loading commit data...
cross-origin-rpc.js Loading commit data...
ga.js Loading commit data...
get-api-url.js Loading commit data...
host-config.js Loading commit data...
icons.js Loading commit data...
index.js Loading commit data...
markdown-commands.js Loading commit data...
media-embedder.js Loading commit data...
render-markdown.js Loading commit data...
search-client.js Loading commit data...
service-config.js Loading commit data...
ui-constants.js Loading commit data...
websocket.js Loading commit data...