mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
|
|
Mixins.PerfectScrollbar = BlazeComponent.extendComponent({
|
||
|
|
onRendered: function() {
|
||
|
|
var component = this.mixinParent();
|
||
|
|
Ps.initialize(component.find('.js-perfect-scrollbar'));
|
||
|
|
}
|
||
|
|
});
|