|  | @@ -109,6 +109,7 @@
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
												
													
														|  |        <div class="scripts flex-auto"
 |  |        <div class="scripts flex-auto"
 | 
											
												
													
														|  |             ref="scriptList"
 |  |             ref="scriptList"
 | 
											
												
													
														|  | 
 |  | +           tabindex="-1"
 | 
											
												
													
														|  |             :style="`--num-columns:${numColumns}`"
 |  |             :style="`--num-columns:${numColumns}`"
 | 
											
												
													
														|  |             :data-columns="numColumns"
 |  |             :data-columns="numColumns"
 | 
											
												
													
														|  |             :data-show-order="filters.showOrder"
 |  |             :data-show-order="filters.showOrder"
 | 
											
										
											
												
													
														|  | @@ -142,7 +143,7 @@ import Dropdown from 'vueleton/lib/dropdown/bundle';
 | 
											
												
													
														|  |  import Tooltip from 'vueleton/lib/tooltip/bundle';
 |  |  import Tooltip from 'vueleton/lib/tooltip/bundle';
 | 
											
												
													
														|  |  import { i18n, sendCmdDirectly, debounce, makePause } from '@/common';
 |  |  import { i18n, sendCmdDirectly, debounce, makePause } from '@/common';
 | 
											
												
													
														|  |  import options from '@/common/options';
 |  |  import options from '@/common/options';
 | 
											
												
													
														|  | -import { showConfirmation, showMessage } from '@/common/ui';
 |  | 
 | 
											
												
													
														|  | 
 |  | +import { focusMe, showConfirmation, showMessage } from '@/common/ui';
 | 
											
												
													
														|  |  import SettingCheck from '@/common/ui/setting-check';
 |  |  import SettingCheck from '@/common/ui/setting-check';
 | 
											
												
													
														|  |  import hookSetting from '@/common/hook-setting';
 |  |  import hookSetting from '@/common/hook-setting';
 | 
											
												
													
														|  |  import Icon from '@/common/ui/icon';
 |  |  import Icon from '@/common/ui/icon';
 | 
											
										
											
												
													
														|  | @@ -542,6 +543,7 @@ export default {
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  | 
 |  | +  activated: focusMe,
 | 
											
												
													
														|  |    created() {
 |  |    created() {
 | 
											
												
													
														|  |      this.debouncedUpdate = debounce(this.onUpdate, 100);
 |  |      this.debouncedUpdate = debounce(this.onUpdate, 100);
 | 
											
												
													
														|  |      this.debouncedRender = debounce(this.renderScripts);
 |  |      this.debouncedRender = debounce(this.renderScripts);
 |