mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-12 16:19:26 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -3,8 +3,8 @@ import type { RendererContext } from './context';
|
||||
|
||||
const MEASUREMENT_DEBOUNCE_MS = 80;
|
||||
|
||||
function isMeasurableOverlayLayer(layer: string): layer is 'visible' | 'invisible' {
|
||||
return layer === 'visible' || layer === 'invisible';
|
||||
function isMeasurableOverlayLayer(layer: string): layer is 'visible' {
|
||||
return layer === 'visible';
|
||||
}
|
||||
|
||||
function round2(value: number): number {
|
||||
|
||||
Reference in New Issue
Block a user