mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Use stimulus controller to implement barcode scanner.
This commit is contained in:
parent
1460894946
commit
cb683f611c
4 changed files with 89 additions and 324 deletions
|
@ -14,12 +14,13 @@ const RegisterEventHelper = class {
|
|||
constructor() {
|
||||
this.registerToasts();
|
||||
this.registerTooltips();
|
||||
this.registerFileInput();
|
||||
this.registerJumpToTopBtn();
|
||||
|
||||
this.registerTriStateCheckboxes();
|
||||
this.registerFileInput();
|
||||
|
||||
this.registerSpecialCharInput();
|
||||
|
||||
this.registerHoverPics();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue