mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
space/notes: default to more useful note size and padding
This commit is contained in:
@@ -1134,8 +1134,6 @@ var SpacedeckSections = {
|
||||
this.active_space.width =Math.max((parseInt(er.x2/window.innerWidth)+2)*window.innerWidth, window.innerWidth);
|
||||
this.active_space.height=Math.max((parseInt(er.y2/window.innerHeight)+2)*window.innerHeight, window.innerHeight);
|
||||
|
||||
console.log("bounds: ",this.active_space.width,this.active_space.height);
|
||||
|
||||
if (this._last_bounds_width != this.active_space.width ||
|
||||
this._last_bounds_height != this.active_space.height) {
|
||||
this._last_bounds_width = this.active_space.width;
|
||||
|
||||
Reference in New Issue
Block a user