We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2525ee0 commit eb5c2cdCopy full SHA for eb5c2cd
js/webui/src/elements.js
@@ -74,7 +74,7 @@ const repeatInterval = 500;
74
75
function isLeftButtonOrTouch(e)
76
{
77
- return e.button === 0 || typeof e.touches != 'undefined';
+ return e.button === 0 || typeof e.touches !== 'undefined';
78
}
79
80
export class RepeatingButton extends React.PureComponent
0 commit comments