Browse Source

add file, skeleton from "select all"

CroogQT 3 năm trước cách đây
mục cha
commit
2979a64ce3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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 {
+}
+