|
|
@@ -3,6 +3,7 @@ import { initDepthToggle } from './depthToggle';
|
|
|
import { initMoveButtons } from './moveOptions';
|
|
|
import { initReslug } from './reslug';
|
|
|
import { initSelectAll } from './selectAll';
|
|
|
+import { initSelectMultiple } from './selectMultiple';
|
|
|
|
|
|
export function initButtons(): void {
|
|
|
for (const func of [
|
|
|
@@ -10,6 +11,7 @@ export function initButtons(): void {
|
|
|
initConnectionToggle,
|
|
|
initReslug,
|
|
|
initSelectAll,
|
|
|
+ initSelectMultiple,
|
|
|
initMoveButtons,
|
|
|
]) {
|
|
|
func();
|