Skip to content

Commit 7e5070b

Browse files
committed
refactor: tinymce version update
1 parent 455c406 commit 7e5070b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ cython_debug/
175175
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
176176
# and can be added to the global gitignore or merged into this file. For a more nuclear
177177
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
178-
#.idea/
178+
.idea/
179179

180180
# Ruff stuff:
181181
.ruff_cache/
@@ -187,3 +187,4 @@ cython_debug/
187187
test.py
188188

189189

190+
!/.venv/

frontend/src/views/dashboard/components/sq-text-t7/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import { ref } from 'vue'
99
import Editor from '@tinymce/tinymce-vue'
1010
11-
const props = defineProps({
11+
defineProps({
1212
modelValue: {
1313
type: String,
1414
default: '',

0 commit comments

Comments
 (0)