Skip to content

Commit dadf6d5

Browse files
authored
Merge pull request #4540 from nextcloud/fix/4140/autofocus-remember-cursor
2 parents 69e536d + 23ba35c commit dadf6d5

17 files changed

+108
-22
lines changed

js/editor.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/editor.js.LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,27 @@
203203
*
204204
*/
205205

206+
/*
207+
* @copyright Copyright (c) 2023 Julius Härtl <[email protected]>
208+
*
209+
* @author Julius Härtl <[email protected]>
210+
*
211+
* @license GNU AGPL version 3 or any later version
212+
*
213+
* This program is free software: you can redistribute it and/or modify
214+
* it under the terms of the GNU Affero General Public License as
215+
* published by the Free Software Foundation, either version 3 of the
216+
* License, or (at your option) any later version.
217+
*
218+
* This program is distributed in the hope that it will be useful,
219+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
220+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
221+
* GNU Affero General Public License for more details.
222+
*
223+
* You should have received a copy of the GNU Affero General Public License
224+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
225+
*/
226+
206227
/*
207228
* @copyright Copyright (c) 2023 Max <[email protected]>
208229
*

js/editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/files-modal.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/files-modal.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/text-editors.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/text-editors.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/text-files.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/text-files.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/text-public.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)