@ -0,0 +1,3 @@
module.exports = {
clamp: ( v, min, max ) => Math.max( min, Math.min( v, max ) )
};
The note is not visible to the blocked user.