Skip to content
Commit dcc831e9 authored by Nate Graham's avatar Nate Graham
Browse files

applets/kickoff: fix "ReferenceError: plasmoid is not defined" error

This error happened because KickoffListView was asking for metrics that
come from a KickoffListItem living in KickoffSingleton. However that
item needs access to a config property to determine its own size, and
singletons can't access per-applet config data, because they're shared
across all instances of the app.

This commit fixes the issue by moving the metrics object for the
variable-size list item from the singleton to the root item of the
applet instance.
parent ff9c8fe6
Pipeline #220079 passed with stage
in 5 minutes and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment