Use new skipInitial widget option
This commit is contained in:
@@ -29,7 +29,7 @@ export default Service.extend({
|
|||||||
// });
|
// });
|
||||||
|
|
||||||
const widget = new Widget(rs, {
|
const widget = new Widget(rs, {
|
||||||
// leaveOpen: true
|
skipInitial: true
|
||||||
});
|
});
|
||||||
|
|
||||||
// Attach widget to DOM
|
// Attach widget to DOM
|
||||||
|
|||||||
Reference in New Issue
Block a user