Browse Source

update `this.context` with data context on query calls

Conor Branagan 12 năm trước cách đây
mục cha
commit
57638ab392
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      select2.js

+ 1 - 0
select2.js

@@ -1189,6 +1189,7 @@ the specific language governing permissions and limitations under the Apache Lic
                     }
                     self.positionDropdown();
                     self.resultsPage = page;
+                    self.context = data.context;
                 })});
             }
         },