aboutsummaryrefslogtreecommitdiff
path: root/src/components/Tile.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-05-18 21:09:05 +1000
committerTerry Truong <terry06890@gmail.com>2022-05-18 21:42:32 +1000
commit52560266b585e63742a81e27a3b6f1ef194470c6 (patch)
treed1dd7bb0b0f778d59bf8ed62a5360daf747a737f /src/components/Tile.vue
parenteaaa97c186a2f8e2ba0768bd208120c0054ec0d3 (diff)
Add wikipedia-link to tile-info display
Add 'wiki_id' and 'from_dbp' columns to 'descs' table, adjust dbpedia data to include wikipedia IDs, adjust data generations scripts, make server send extra data, and make TileInfo display it.
Diffstat (limited to 'src/components/Tile.vue')
-rw-r--r--src/components/Tile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Tile.vue b/src/components/Tile.vue
index da3c29c..1b765e8 100644
--- a/src/components/Tile.vue
+++ b/src/components/Tile.vue
@@ -30,7 +30,7 @@ export default defineComponent({
// Used to hide overflow on tile expansion, but not hide a sepSweptArea on subsequent transitions
clickHoldTimer: 0, // Used to recognise click-and-hold events
scrollOffset: 0, // Used to track scroll offset when displaying with overflow
- pendingScrollHdlr: false,
+ pendingScrollHdlr: 0,
};
},
computed: {