Quellcode durchsuchen

plugin: remove `.focus()`

Renée Kooi vor 7 Jahren
Ursprung
Commit
92cf9ab8f9
2 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  1. 0 1
      src/plugins/Dashboard/index.js
  2. 0 4
      src/plugins/Plugin.js

+ 0 - 1
src/plugins/Dashboard/index.js

@@ -109,7 +109,6 @@ module.exports = class DashboardUI extends Plugin {
       name: callerPluginName,
       icon: callerPluginIcon,
       type: callerPluginType,
-      focus: plugin.focus,
       render: plugin.render,
       isHidden: true
     }

+ 0 - 4
src/plugins/Plugin.js

@@ -102,10 +102,6 @@ module.exports = class Plugin {
     }
   }
 
-  focus () {
-    return
-  }
-
   install () {
     return
   }