We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adcd0d commit e7a4ae8Copy full SHA for e7a4ae8
src/chessground.ts
@@ -12,6 +12,7 @@ export function Chessground(element: HTMLElement, config?: Config): Api {
12
const maybeState: State | HeadlessState = defaults();
13
configure(maybeState, config || {});
14
function redrawAll(): State {
15
+ console.log("test");
16
const prevUnbind = 'dom' in maybeState ? maybeState.dom.unbind : undefined;
17
// compute bounds from existing board element if possible
18
// this allows non-square boards from CSS to be handled (for 3D)
0 commit comments