mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
plugin: remove .focus()
This commit is contained in:
parent
eae8512531
commit
92cf9ab8f9
2 changed files with 0 additions and 5 deletions
|
|
@ -109,7 +109,6 @@ module.exports = class DashboardUI extends Plugin {
|
|||
name: callerPluginName,
|
||||
icon: callerPluginIcon,
|
||||
type: callerPluginType,
|
||||
focus: plugin.focus,
|
||||
render: plugin.render,
|
||||
isHidden: true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,10 +102,6 @@ module.exports = class Plugin {
|
|||
}
|
||||
}
|
||||
|
||||
focus () {
|
||||
return
|
||||
}
|
||||
|
||||
install () {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue