Added Help Page
This commit is contained in:
@@ -270,7 +270,7 @@ export default function CalenderView(p) {
|
||||
if (e.button === 0) {
|
||||
if (!currentId.includes("e")) {
|
||||
if (!currentId.includes("grab")) {
|
||||
if (!checkForElementAtRow(row + 2, currentColumnID)) {
|
||||
if (!checkForElementAtRow(row + 2, currentColumnID) && !checkForElementAtRow(row+1, currentColumnID)) {
|
||||
if ((row - 1) / 4 >= 7 && (row + 2) / 4 <= 18) {
|
||||
if(!grayedOut[currentColumnID]) {
|
||||
pushEntry(currentColumnID, row)
|
||||
|
||||
Reference in New Issue
Block a user