Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Timeline drag-and-drop does not work in Internet Explorer #2370

@gulench

Description

@gulench

The drag-and-drop example, examples/timeline/other/drag&drop.html, does not work in Internet Explorer (versions ..., 10, 11).

This is the error that gets logged: SCRIPT438: Object doesn't support property or method 'includes' in lib/timeline/Core.js:

    function handleDragOver(event) {
      ...
      // make sure your target is a vis element
      if (!event.target.className.includes('vis')) return;
      ...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions