浏览代码

Don't show hand cursor when dragging is disabled.

pull/723/head
Matthew Petroff 7 年前
父节点
当前提交
793918c255
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/js/pannellum.js

+ 2
- 1
src/js/pannellum.js 查看文件

@@ -431,7 +431,8 @@ function init() {
}
}
uiContainer.classList.add('pnlm-grab');
if (config.draggable)
uiContainer.classList.add('pnlm-grab');
uiContainer.classList.remove('pnlm-grabbing');
}



正在加载...
取消
保存