ソースを参照

add file, skeleton from "select all"

CroogQT 3 年 前
コミット
2979a64ce3
1 ファイル変更5 行追加0 行削除
  1. 5 0
      netbox/project-static/src/buttons/selectMultiple.ts

+ 5 - 0
netbox/project-static/src/buttons/selectMultiple.ts

@@ -0,0 +1,5 @@
+import { getElement, getElements, findFirstAdjacent } from '../util';
+
+export function initSelectMultiple(): void {
+}
+