Skip to content

Interfering with onRendered function #12

@tomhoad

Description

@tomhoad

I need to run a resize() function which adds a style="height:Xpx" to a div.

This package works really nicely (thanks!) but it also interferes with this function:

Template.companyTweets.onRendered(function() {
	this.autorun(() => {
			resize();
		});
});

The style is no longer applied if I use the package?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions