This commit is contained in:
@@ -71,8 +71,8 @@ const palette = [
|
||||
]
|
||||
|
||||
const colorMap = ref({})
|
||||
const selectedColor = ref(palette[0])
|
||||
const selectedColorId = ref(0)
|
||||
const selectedColor = ref(null)
|
||||
const selectedColorId = ref(null)
|
||||
|
||||
const { get, post } = useApi();
|
||||
const { initSocket, onGridCellPaint, removeGridCellPaintListener } = useSocket();
|
||||
|
||||
Reference in New Issue
Block a user