Skip to content

Commit fed1878

Browse files
committed
remove watcher for layouts as it needs further development to make this work smoothly
1 parent 4403692 commit fed1878

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/GridLayout.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@
223223
layout: function () {
224224
this.layoutUpdate();
225225
},
226-
responsiveLayouts: function() {
227-
this.layoutUpdate();
228-
},
229226
colNum: function (val) {
230227
this.eventBus.$emit("setColNum", val);
231228
},
@@ -390,7 +387,7 @@
390387
391388
// finds or generates new layouts for set breakpoints
392389
responsiveGridLayout(){
393-
390+
394391
let newBreakpoint = getBreakpointFromWidth(this.breakpoints, this.width);
395392
let newCols = getColsFromBreakpoint(newBreakpoint, this.cols);
396393

0 commit comments

Comments
 (0)