Skip to content

Commit e7a4ae8

Browse files
wip: test local deps resolution
1 parent 1adcd0d commit e7a4ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chessground.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export function Chessground(element: HTMLElement, config?: Config): Api {
1212
const maybeState: State | HeadlessState = defaults();
1313
configure(maybeState, config || {});
1414
function redrawAll(): State {
15+
console.log("test");
1516
const prevUnbind = 'dom' in maybeState ? maybeState.dom.unbind : undefined;
1617
// compute bounds from existing board element if possible
1718
// this allows non-square boards from CSS to be handled (for 3D)

0 commit comments

Comments
 (0)