mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-15 22:12:28 +03:00
fix angular build
This commit is contained in:
@@ -65,9 +65,9 @@
|
|||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<button (click)="onBtnScrollRandom($event, [ osComponentRef1, osComponentRef2 ])">Scroll</button>
|
<button (click)="onBtnScrollRandom($event, [ osComponentRef1, osComponentRef2 ])">Scroll</button>
|
||||||
<button (click)="onBtnChangeOptions($event)">Change Options</button>
|
<button (click)="onBtnChangeOptions()">Change Options</button>
|
||||||
<button (click)="onBtnChangeContent($event)">Change Content</button>
|
<button (click)="onBtnChangeContent()">Change Content</button>
|
||||||
<button (click)="onBtnLog($event)">Log</button>
|
<button (click)="onBtnLog()">Log</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user