diff --git a/src/main.js b/src/main.js index 5031e77..4c8ba41 100644 --- a/src/main.js +++ b/src/main.js @@ -45,11 +45,11 @@ export default class SmartContextPlugin extends SmartPlugin { */ async initialize() { await this.load_new_user_state(); + this.register_ribbon_actions(); await this.SmartEnv.wait_for({ loaded: true }); this.register_command_actions(); this.register_codeblock_processors(); - this.register_ribbon_actions(); this.register_folder_menu(); this.register_files_menu();