Removed outline when dice tray is focused

This commit is contained in:
Mitchell McCaffrey 2020-05-26 17:21:50 +10:00
parent f8fe7a2f2b
commit 0a5b33a69f

View File

@ -133,6 +133,7 @@ function DiceScene({ onSceneMount, onPointerDown, onPointerUp }) {
onPointerDown={handlePointerDown} onPointerDown={handlePointerDown}
onPointerUp={handlePointerUp} onPointerUp={handlePointerUp}
ref={canvasRef} ref={canvasRef}
style={{ outline: "none" }}
/> />
</ReactResizeDetector> </ReactResizeDetector>
</div> </div>