mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 20:14:35 -04:00
added table overlay to table toolbar button. (#763)
Co-authored by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
5077c95cba
commit
a24ef18dd4
10 changed files with 332 additions and 17 deletions
9
src/components/common/number-range/number-range.ts
Normal file
9
src/components/common/number-range/number-range.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
export const createNumberRangeArray = (length: number) : number[] => {
|
||||
return Array.from(Array(length).keys())
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue