Skip to content

Commit c8cc553

Browse files
committed
Hide controls around nipple activator
1 parent b5f82e5 commit c8cc553

File tree

4 files changed

+129
-86
lines changed

4 files changed

+129
-86
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulators-ui",
3-
"version": "0.72.7",
3+
"version": "0.72.8",
44
"description": "Emulators UI",
55
"main": "dist/emulators-ui.js",
66
"types": "dist/types/emulators-ui.d.ts",

src/build.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// gulpfile.ts/wasm.ts --> generateBuildInfo
55

66
export const Build = {
7-
short: "0.72.6",
8-
version: "0.72.6 (6dd211b8c028e0ec77730e73f4da8ae0)",
9-
buildSeed: 1641397738236,
7+
short: "0.72.8",
8+
version: "0.72.8 (8dbef894934ba66115b42c47db147c61)",
9+
buildSeed: 1641920074716,
1010
};

src/controls/layers-config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import { Mapper } from "./keyboard";
44

55
import { GridType } from "./grid";
66

7-
export type LayerControlType = "Options" | "Key" | "Keyboard" | "Switch" | "ScreenMove" | "PointerButton";
7+
export type LayerControlType =
8+
"Options" | "Key" | "Keyboard" |
9+
"Switch" | "ScreenMove" |
10+
"PointerButton" | "NippleActivator";
811

912
export interface LayerPosition {
1013
column: number;

0 commit comments

Comments
 (0)