"move" -> "movable"
This commit is contained in:
parent
be7d36956c
commit
ab302610b0
|
@ -26,7 +26,7 @@ import("/js/modules/hotline.mjs").then((module) => {
|
|||
const instance = new module.hotline(document.getElementById('wrap'));
|
||||
|
||||
// Initializing settings of the hotline instance
|
||||
instance.move = false;
|
||||
instance.movable = false;
|
||||
instance.wheel = true;
|
||||
instance.delta = 15;
|
||||
|
||||
|
|
Loading…
Reference in New Issue