NREL / floorspace.js

Other
68 stars 36 forks source link

optionally avoid reloading grid upon floorplan import. #295

Closed bgschiller closed 6 years ago

bgschiller commented 6 years ago

addresses #294

bgschiller commented 6 years ago

@macumber I wanted to make sure you saw this. In order to keep the position of the grid, you'll need to pass an additional argument when calling openFloorplan:

api.openFloorplan(data, { noReloadGrid: true })