@sprucelabs/spruce-calendar-components 24.2.19 → 24.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -282,7 +282,7 @@ class RootSkillViewController extends AbstractSkillViewController {
|
|
|
282
282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
283
283
|
if (RootSkillViewController.shouldConfirmDrops) {
|
|
284
284
|
const pass = yield this.confirm({
|
|
285
|
-
|
|
285
|
+
title: 'Did you mean to drag and drop this?',
|
|
286
286
|
});
|
|
287
287
|
if (!pass) {
|
|
288
288
|
yield this.client.emit('vote-for-feature::v2020_12_25', {
|
|
@@ -247,7 +247,7 @@ class RootSkillViewController extends heartwood_view_controllers_1.AbstractSkill
|
|
|
247
247
|
async handleDropEvent(id, updates) {
|
|
248
248
|
if (RootSkillViewController.shouldConfirmDrops) {
|
|
249
249
|
const pass = await this.confirm({
|
|
250
|
-
|
|
250
|
+
title: 'Did you mean to drag and drop this?',
|
|
251
251
|
});
|
|
252
252
|
if (!pass) {
|
|
253
253
|
await this.client.emit('vote-for-feature::v2020_12_25', {
|