Thanks to visit codestin.com
Credit goes to github.com

Skip to content

setStatic not working! #481

Closed
Closed
@artknight

Description

@artknight

I peeked at the source and I am seeing this code that seems to prevent the grid to be made static

 if (self.opts.staticGrid || typeof node == 'undefined' || node === null) {
                return;
            }

self.opts.staticGrid is set to true so this will return before doing anything

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions