Skip to content

Scrolling up when we click on New filter #20

@melalj

Description

@melalj

There's a little fix:

on https://github.com/Packet-Clearing-House/maptable/blob/master/src/components/Filters.js#L72

add() {

You'll need to prevent the default behavior of the <a href=#"> tag on click.

add(evt) {
    evt.preventDefault();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions