Navigation Menu

Skip to content

Commit

Permalink
template-slot: use throttled value for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckegg committed Nov 24, 2017
1 parent 2048845 commit c974f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template-slot.js
Expand Up @@ -41,7 +41,7 @@ function TemplateSlot (context, shape) {

if (ctor) {
var result = ctor(context)
var value = computed([obs, {
var value = computed([throttledValue, {
id: String(id),
value: id,
scale: '$inherit'
Expand Down

0 comments on commit c974f03

Please sign in to comment.